-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
b34
-
x86
-
linux
A DESCRIPTION OF THE PROBLEM :
OK_CANCEL_OPTION is also allowed as optionType.At least, this works for me.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
optionType - an integer designating the options available on the dialog: YES_NO_OPTION, YES_NO_CANCEL_OPTION or OK_CANCEL_OPTION.
ACTUAL -
optionType - an integer designating the options available on the dialog: YES_NO_OPTION, or YES_NO_CANCEL_OPTION
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/JOptionPane.html#showConfirmDialog(java.awt.Component, java.lang.Object, java.lang.String, int, int)
###@###.### 2005-03-10 23:48:22 GMT
OK_CANCEL_OPTION is also allowed as optionType.At least, this works for me.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
optionType - an integer designating the options available on the dialog: YES_NO_OPTION, YES_NO_CANCEL_OPTION or OK_CANCEL_OPTION.
ACTUAL -
optionType - an integer designating the options available on the dialog: YES_NO_OPTION, or YES_NO_CANCEL_OPTION
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/JOptionPane.html#showConfirmDialog(java.awt.Component, java.lang.Object, java.lang.String, int, int)
###@###.### 2005-03-10 23:48:22 GMT