/[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.29 by rabbit78, Wed Sep 7 16:05:14 2005 UTC revision 1.30 by rabbit78, Fri Sep 30 14:52:05 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.29  
changed lines
  Added in v.1.30

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