All Packages Class Hierarchy This Package Previous Next Index
Class EDU.gatech.cc.is.util.DialogMessage
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----EDU.gatech.cc.is.util.DialogMessage
- public class DialogMessage
- extends Dialog
- implements ActionListener
A class for displaying a simple message to the user.
Copyright
(c)1997, 1998 Tucker Balch
- Version:
- $Revision: 1.5 $
- Author:
- Tucker Balch
-
DialogMessage(Frame, String, String)
- Pop up a dialog message box.
-
actionPerformed(ActionEvent)
- Handle the OK button push.
-
addNotify()
- Intercept addNotify
DialogMessage
public DialogMessage(Frame par,
String title,
String msg)
- Pop up a dialog message box.
- Parameters:
- parent - Frame, the parent of the box.
- title - String, what to put in the title bar.
- msg - String, what to say.
addNotify
public void addNotify()
- Intercept addNotify
- Overrides:
- addNotify in class Dialog
actionPerformed
public void actionPerformed(ActionEvent e)
- Handle the OK button push.
All Packages Class Hierarchy This Package Previous Next Index