/[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.1 by gnu_andrew, Fri Jan 14 10:24:17 2005 UTC revision 1.13.2.2 by gnu_andrew, Sat Jan 15 17:02:20 2005 UTC
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    
39  package javax.swing;  package javax.swing;
40    
41  import java.awt.AWTEvent;  import java.awt.AWTEvent;
# Line 47  import java.awt.Graphics; Line 48  import java.awt.Graphics;
48  import java.awt.LayoutManager;  import java.awt.LayoutManager;
49  import java.awt.event.KeyEvent;  import java.awt.event.KeyEvent;
50  import java.awt.event.WindowEvent;  import java.awt.event.WindowEvent;
 import javax.accessibility.AccessibleContext;  
51    
52    import javax.accessibility.AccessibleContext;
53    
54  /**  /**
55   * Unlike JComponent derivatives, JFrame inherits from   * Unlike JComponent derivatives, JFrame inherits from
# Line 60  public class JFrame extends Frame Line 61  public class JFrame extends Frame
61    implements WindowConstants, RootPaneContainer    implements WindowConstants, RootPaneContainer
62  {  {
63    private static final long serialVersionUID = -3362141868504252139L;    private static final long serialVersionUID = -3362141868504252139L;
64    private static boolean defaultLookAndFeelDecorated = false;    private static boolean defaultLookAndFeelDecorated;
65    private int close_action = HIDE_ON_CLOSE;    private int close_action = HIDE_ON_CLOSE;
66    protected AccessibleContext accessibleContext;    protected AccessibleContext accessibleContext;
67    protected JRootPane rootPane;    protected JRootPane rootPane;

Legend:
Removed from v.1.13.2.1  
changed lines
  Added in v.1.13.2.2

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