Class InfoDialog
Class InfoDialog
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----InfoDialog
- class InfoDialog
- extends Dialog
A simple non-modal dialog frame used to convey error messages
-
InfoDialog(String)
-
-
action(Event, Object)
-
InfoDialog
public InfoDialog(String msg)
action
public boolean action(Event e,
Object arg)
- Overrides:
- action in class Component