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.


Variable Index

 o text
The TextArea in which the text is to be displayed.

Constructor Index

 o AboutBox(Frame)
Make Simple About Box.

Variables

 o 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.

Constructors

 o 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