All Packages Class Hierarchy This Package Previous Next Index
Class EDU.gatech.cc.is.util.DialogMessageJoke
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----EDU.gatech.cc.is.util.DialogMessageJoke
- public class DialogMessageJoke
- extends Dialog
- implements ActionListener, MouseMotionListener
A class for displaying a simple message to the user.
Copyright
(c)1997, 1998 Tucker Balch
- Version:
- $Revision: 1.3 $
- Author:
- Tucker Balch
-
DialogMessageJoke(Frame, String, String)
- Pop up a dialog message box.
-
actionPerformed(ActionEvent)
- Handle the OK button push.
-
addNotify()
- Intercept addNotify
-
mouseDragged(MouseEvent)
- Handle drag.
-
mouseMoved(MouseEvent)
- Handle move.
DialogMessageJoke
public DialogMessageJoke(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.
mouseDragged
public void mouseDragged(MouseEvent e)
- Handle drag.
mouseMoved
public void mouseMoved(MouseEvent e)
- Handle move.
All Packages Class Hierarchy This Package Previous Next Index