public static class hiSwing.confirm extends Object
確認ダイアログの応答コードです。 次の様に使用します。
int result=hiSwing.confirm(frame,"実行しますか?");// frameがJFrameだとして if( result==hiSwing.confirm.OK ) //..
static int
affirmative
CANCEL
CLOSED
negative
NO
OK
YES
confirm()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final int OK
public static final int NO
public static final int CANCEL
public static final int CLOSED
public static final int YES
public static final int affirmative
public static final int negative
public confirm()