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.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 static MessageDialog getMessageDialog(Frame frame, DialogClient client, String title, String message)
public void show()
public boolean action(Event event, Object what)
All Packages Class Hierarchy This Package Previous Next Index