Class pmr.simplegraph.InfoDialog
All Packages Class Hierarchy This Package Previous Next Index
Class pmr.simplegraph.InfoDialog
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----pmr.simplegraph.InfoDialog
- public class InfoDialog
- extends Dialog
a simple Dialog announcing an error; derived from J-I-A-N, p 104)
-
ERROR
-
-
INFO
-
-
WARNING
-
-
InfoDialog(Frame, int, String, boolean)
- create InfoDialog with preset types (ERROR, WARNING, INFO)
-
action(Event, Object)
-
-
hasBeenPressed()
-
-
main(String[])
-
ERROR
public final static int ERROR
WARNING
public final static int WARNING
INFO
public final static int INFO
InfoDialog
public InfoDialog(Frame parent,
int type,
String message,
boolean modal)
- create InfoDialog with preset types (ERROR, WARNING, INFO)
action
public boolean action(Event e,
Object arg)
- Overrides:
- action in class Component
hasBeenPressed
public boolean hasBeenPressed()
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index