Class sfclasses.AboutDialog
All Packages Class Hierarchy This Package Previous Next Index
Class sfclasses.AboutDialog
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----sfclasses.AboutDialog
- public class AboutDialog
- extends Dialog
About Dialog Box
This dialog box is displayed when the user selects About in the Help menu.
It contains general information about the software version and copyright.
This is a GUI class.
-
AboutDialog(Frame)
- Initialize the dialog box
-
action(Event, Object)
-
-
handleEvent(Event)
-
AboutDialog
public AboutDialog(Frame parent)
- Initialize the dialog box
- Parameters:
- parent - Parent frame of the dialog box.
action
public boolean action(Event evt,
Object arg)
- Overrides:
- action in class Component
handleEvent
public boolean handleEvent(Event evt)
- Overrides:
- handleEvent in class Component
All Packages Class Hierarchy This Package Previous Next Index