All Packages Class Hierarchy This Package Previous Next Index
Class javaParse.AboutDialog
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----javaParse.AboutDialog
- public class AboutDialog
- extends Dialog
- implements ActionListener
-
AboutDialog(Frame)
- Creates a dialogbox containing an image and an OK button
-
actionPerformed(ActionEvent)
- disposes of the window.
AboutDialog
public AboutDialog(Frame parent)
- Creates a dialogbox containing an image and an OK button
- Parameters:
- parent - the one who will hold the image and button
actionPerformed
public void actionPerformed(ActionEvent e)
- disposes of the window.
- Parameters:
- 2 - the ActionEvent
All Packages Class Hierarchy This Package Previous Next Index