Searched refs:ERROR_OPTION (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJFileChooser.java139 public static final int ERROR_OPTION = -1; field in class:JFileChooser
254 private int returnValue = ERROR_OPTION;
629 * <li>JFileChooser.ERROR_OPTION if an error occurs or the
654 * <li>JFileChooser.ERROR_OPTION if an error occurs or the
714 * <li>JFileChooser.ERROR_OPTION if an error occurs or the
725 return JFileChooser.ERROR_OPTION;
738 returnValue = ERROR_OPTION;
1909 } else if (returnValue == ERROR_OPTION) {
1910 returnValueString = "ERROR_OPTION";
/openjdk7/jdk/src/share/demo/jfc/FileChooserDemo/
H A DFileChooserDemo.java451 } else if (retval == ERROR_OPTION) {

Completed in 36 milliseconds