Fields Summary |
---|
public static final int | CANCELLEDAnswer that indicates that the dialog was cancelled. |
public static final int | CONFIRMEDAnswer that indicates successful completion. |
private com.sun.midp.lcdui.DisplayEventHandler | displayEventHandlerCaches the display manager reference. |
private Command | okCmdCommand object for "OK" command. |
private Command | cancelCmdCommand object for "Cancel" command. |
private Object | preemptTokenHolds the preempt token so the form can end. |
private int | answerHolds the answer to the security question. |
private Form | formForm object for this dialog. |