/[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.1 by aselkirk, Tue May 21 03:03:48 2002 UTC revision 1.2 by mkoch, Sun Mar 23 09:19:04 2003 UTC
# Line 63  public interface WindowConstants { Line 63  public interface WindowConstants {
63           */           */
64          public static final int DISPOSE_ON_CLOSE = 2;          public static final int DISPOSE_ON_CLOSE = 2;
65    
66            /**
67             * EXIT_ON_CLOSE
68             */
69            public static final int EXIT_ON_CLOSE =3;
70    
71    
72  } // WindowConstants  } // WindowConstants

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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