jimmc.swing
Class AboutWindow

java.lang.Object
  |
  +--jimmc.swing.AboutWindow

public class AboutWindow
extends java.lang.Object

The "Help/About" window. The application should call setAboutTitle(java.lang.String) and setAboutInfo(java.lang.String) during initialization.


Field Summary
static java.lang.String aboutInfo
          The info to display in the About dialog.
static java.lang.String aboutTitle
          The title text.
 
Method Summary
static void setAboutInfo(java.lang.String info)
          Set the info string to use on the About dialog.
static void setAboutTitle(java.lang.String title)
          Set the title to use on the About dialog.
static void showAboutWindow(java.awt.Frame parent)
          Create a new AboutWindow dialog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aboutTitle

public static java.lang.String aboutTitle
The title text.

aboutInfo

public static java.lang.String aboutInfo
The info to display in the About dialog.
Method Detail

setAboutTitle

public static void setAboutTitle(java.lang.String title)
Set the title to use on the About dialog.

setAboutInfo

public static void setAboutInfo(java.lang.String info)
Set the info string to use on the About dialog.

showAboutWindow

public static void showAboutWindow(java.awt.Frame parent)
Create a new AboutWindow dialog.