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

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

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

revision 1.11 by mark, Thu Jul 22 19:45:39 2004 UTC revision 1.11.2.1 by gnu_andrew, Sat Jan 15 17:02:20 2005 UTC
# Line 62  public class JWindow extends Window impl Line 62  public class JWindow extends Window impl
62  {  {
63    private static final long serialVersionUID = 5420698392125238833L;    private static final long serialVersionUID = 5420698392125238833L;
64        
65      public final static int HIDE_ON_CLOSE        = 0;    public static final int HIDE_ON_CLOSE = 0;
66      public final static int EXIT_ON_CLOSE        = 1;    public static final int EXIT_ON_CLOSE = 1;
67      public final static int DISPOSE_ON_CLOSE     = 2;    public static final int DISPOSE_ON_CLOSE = 2;
68      public final static int DO_NOTHING_ON_CLOSE  = 3;    public static final int DO_NOTHING_ON_CLOSE  = 3;
69    
70      protected  AccessibleContext accessibleContext;      protected  AccessibleContext accessibleContext;
71    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.11.2.1

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