All Packages Class Hierarchy This Package Previous Next Index
Class dtai.gui.ErrorDialog
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----dtai.gwt.GadgetShell
|
+----dtai.gwt.GadgetPanel
|
+----dtai.gwt.GadgetDialog
|
+----dtai.gui.StdDialog
|
+----dtai.gui.SimpleDialog
|
+----dtai.gui.ErrorDialog
- public class ErrorDialog
- extends SimpleDialog
- implements ActionListener
ErrorDialog - pops up an error message
-
ErrorDialog(Frame, String)
-
-
actionPerformed(ActionEvent)
-
ErrorDialog
public ErrorDialog(Frame frame,
String helpTopic)
- Parameters:
- frame - the Frame for this dialog
- helpTopic - the String error message
actionPerformed
public void actionPerformed(ActionEvent action)
- Parameters:
- action - the ActionEvent firing the error dialog
- Overrides:
- actionPerformed in class SimpleDialog
All Packages Class Hierarchy This Package Previous Next Index