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
Note that show() is overridden to ensure that the dialog is centered in the frame which is specified as its parent. This is necessary due to a bug in the Win95 implementation of the AWT (version 1.0.2) that causes dialogs to be displayed at a screen coordinate of 0,0. While the overridden show() is not necessary under non-Win95 Java implementations, it alleviates the Win95 bug and results in no dire consequences on other platforms.
protected DialogClient client
public GJTDialog(Frame frame, String title, DialogClient client, boolean modal)
public void setClient(DialogClient client)
public void show()
All Packages Class Hierarchy This Package Previous Next Index