org.w3c.rdfpic.ui
Class AboutFrame

java.lang.Object
  |
  +--org.w3c.rdfpic.ui.AboutFrame

public class AboutFrame
extends java.lang.Object

A simple dialog that shows the authors of rdfpic.


Field Summary
(package private) static java.lang.String[] msg
          The "about" message.
 
Constructor Summary
AboutFrame()
           
 
Method Summary
private static javax.swing.JComponent getAboutText()
          Returns the message as a displayable UI component.
static void show(java.awt.Component bg)
          Shows the "about" message.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

msg

static java.lang.String[] msg
The "about" message.
Constructor Detail

AboutFrame

public AboutFrame()
Method Detail

show

public static void show(java.awt.Component bg)
Shows the "about" message.
Parameters:
bg - The "parent" component creating the message (generally a SimpleUI instance).

getAboutText

private static javax.swing.JComponent getAboutText()
Returns the message as a displayable UI component.