jdk/src/share/classes/javax/swing/JFileChooser.java
changeset 21278 ef8a3a2a72f2
parent 20455 f6f9a0c2796b
child 21592 da6abe91602a
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   132      * Return value if approve (yes, ok) is chosen.
   132      * Return value if approve (yes, ok) is chosen.
   133      */
   133      */
   134     public static final int APPROVE_OPTION = 0;
   134     public static final int APPROVE_OPTION = 0;
   135 
   135 
   136     /**
   136     /**
   137      * Return value if an error occured.
   137      * Return value if an error occurred.
   138      */
   138      */
   139     public static final int ERROR_OPTION = -1;
   139     public static final int ERROR_OPTION = -1;
   140 
   140 
   141 
   141 
   142     // **********************************
   142     // **********************************