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.YesNoDialog
Note that the YesNoDialog is a singleton - meaning there is only one YesNoDialog in existence per applet. Clients may obtain the YesNoDialog by invoking getYesNoDialog().
public static YesNoDialog getYesNoDialog(Frame frame, DialogClient client, String title, String message)
public void show()
public boolean answeredYes()
public boolean action(Event event, Object what)
All Packages Class Hierarchy This Package Previous Next Index