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

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

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

revision 1.13.2.5 by gnu_andrew, Sat Sep 10 15:31:48 2005 UTC revision 1.13.2.6 by gnu_andrew, Wed Nov 2 00:43:45 2005 UTC
# Line 83  public class JFrame extends Frame Line 83  public class JFrame extends Frame
83      }      }
84    }    }
85    
86      /**
87       * A flag for {@link #setDefaultCloseOperation(int)}, indicating that the
88       * application should be exited, when this <code>JFrame</code> is closed.
89       *
90       * @since 1.3
91       */
92      public static final int EXIT_ON_CLOSE = 3;
93    
94    private static final long serialVersionUID = -3362141868504252139L;    private static final long serialVersionUID = -3362141868504252139L;
95    private static boolean defaultLookAndFeelDecorated;    private static boolean defaultLookAndFeelDecorated;
96    private int close_action = HIDE_ON_CLOSE;    private int close_action = HIDE_ON_CLOSE;

Legend:
Removed from v.1.13.2.5  
changed lines
  Added in v.1.13.2.6

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