/[classpath]/classpath/javax/swing/WindowConstants.java
ViewVC logotype

Diff of /classpath/javax/swing/WindowConstants.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by rabbit78, Wed Jul 13 21:22:44 2005 UTC revision 1.6 by rabbit78, Tue Sep 13 09:17:21 2005 UTC
# Line 43  package javax.swing; Line 43  package javax.swing;
43   *   *
44   * @author Andrew Selkirk   * @author Andrew Selkirk
45   */   */
46  public interface WindowConstants {  public interface WindowConstants
47    {
48      /**
49       * DO_NOTHING_ON_CLOSE
50       */
51      int DO_NOTHING_ON_CLOSE = 0;
52    
53      /**
54       * HIDE_ON_CLOSE
55       */
56      int HIDE_ON_CLOSE = 1;
57    
58      /**
59       * DISPOSE_ON_CLOSE
60       */
61      int DISPOSE_ON_CLOSE = 2;
62    
63      /**
64       * EXIT_ON_CLOSE
65       */
66      int EXIT_ON_CLOSE =3;
67    
68          //-------------------------------------------------------------  }
         // Variables --------------------------------------------------  
         //-------------------------------------------------------------  
   
         /**  
          * DO_NOTHING_ON_CLOSE  
          */  
         int DO_NOTHING_ON_CLOSE = 0;  
   
         /**  
          * HIDE_ON_CLOSE  
          */  
         int HIDE_ON_CLOSE = 1;  
   
         /**  
          * DISPOSE_ON_CLOSE  
          */  
         int DISPOSE_ON_CLOSE = 2;  
   
         /**  
          * EXIT_ON_CLOSE  
          */  
         int EXIT_ON_CLOSE =3;  
   
   
 } // WindowConstants  

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26