All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----gjt.GJTDialog
|
+----gjt.WorkDialog
|
+----gjt.MessageDialog
Note that there is only one MessageDialog, that gets reused. Clients must call getMessageDialog() in order to access the one and only MessageDialog.
Note: The 1.0.2 version of the AWT seems to have introduced a bug that causes pack() to work incorrectly under Win95.
public MessageDialog(Frame frame,
DialogClient client,
String title,
String message,
Image image)
public MessageDialog(Frame frame,
DialogClient client,
String title,
String message,
Image image,
boolean modal)
public void layout()
public void doLayout()
public void actionPerformed(ActionEvent event)
All Packages Class Hierarchy This Package Previous Next Index