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


Constructor Index

 o ErrorDialog(Frame, String)

Method Index

 o actionPerformed(ActionEvent)

Constructors

 o ErrorDialog
 public ErrorDialog(Frame frame,
                    String helpTopic)
Parameters:
frame - the Frame for this dialog
helpTopic - the String error message

Methods

 o 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