Class EDU.auburn.VGJ.gui.InputDialog
All Packages Class Hierarchy This Package Previous Next Index
Class EDU.auburn.VGJ.gui.InputDialog
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----EDU.auburn.VGJ.gui.InputDialog
- public class InputDialog
- extends Dialog
A dialog class for user input of a single string.
Here is the source.
-
InputDialog(Frame, String, Component, int)
-
-
action(Event, Object)
-
InputDialog
public InputDialog(Frame frame,
String title,
Component post_to,
int event_id_in)
- Parameters:
- event_id_in - this event will be posted if the user chooses "OK".
action
public boolean action(Event event,
Object object)
- Overrides:
- action in class Component
All Packages Class Hierarchy This Package Previous Next Index