/[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.2 by mkoch, Sun Mar 23 09:19:04 2003 UTC revision 1.3 by mkoch, Sun Oct 12 16:44:39 2003 UTC
# Line 51  public interface WindowConstants { Line 51  public interface WindowConstants {
51          /**          /**
52           * DO_NOTHING_ON_CLOSE           * DO_NOTHING_ON_CLOSE
53           */           */
54          public static final int DO_NOTHING_ON_CLOSE = 0;          int DO_NOTHING_ON_CLOSE = 0;
55    
56          /**          /**
57           * HIDE_ON_CLOSE           * HIDE_ON_CLOSE
58           */           */
59          public static final int HIDE_ON_CLOSE = 1;          int HIDE_ON_CLOSE = 1;
60    
61          /**          /**
62           * DISPOSE_ON_CLOSE           * DISPOSE_ON_CLOSE
63           */           */
64          public static final int DISPOSE_ON_CLOSE = 2;          int DISPOSE_ON_CLOSE = 2;
65    
66          /**          /**
67           * EXIT_ON_CLOSE           * EXIT_ON_CLOSE
68           */           */
69          public static final int EXIT_ON_CLOSE =3;          int EXIT_ON_CLOSE =3;
70    
71    
72  } // WindowConstants  } // WindowConstants

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

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