All Packages Class Hierarchy This Package Previous Next Index
Class JObserve.GUI.AboutBox
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----JObserve.GUI.ObserveBox
|
+----JObserve.GUI.AboutBox
- public class AboutBox
- extends ObserveBox
About Box (Legal stuff)
Uses modless dialog.
-
text
- The TextArea in which the text is to be displayed.
-
AboutBox(Frame)
- Make Simple About Box.
text
public TextArea text
- The TextArea in which the text is to be displayed.
This member is public so that it may be directly manipulated.
AboutBox
public AboutBox(Frame parent)
- Make Simple About Box.
- Parameters:
- parent - A Frame on which to hang the dialog
All Packages Class Hierarchy This Package Previous Next Index