Class choice2

java.lang.Object
  extended by choice2

 class choice2
extends java.lang.Object

simple subclass representing a choice OK or CANCEL.


Field Summary
static int CANCEL
          CANCEL = 1.
static int OK
          YES = 0.
 
Constructor Summary
choice2()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OK

public static int OK
YES = 0.


CANCEL

public static int CANCEL
CANCEL = 1.

Constructor Detail

choice2

choice2()