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

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

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

revision 1.12.2.8 by gnu_andrew, Tue Sep 20 18:46:31 2005 UTC revision 1.12.2.9 by gnu_andrew, Wed Nov 2 00:43:46 2005 UTC
# Line 76  public class JRootPane extends JComponen Line 76  public class JRootPane extends JComponen
76       */       */
77      protected AccessibleJRootPane()      protected AccessibleJRootPane()
78      {      {
79          // Nothing to do here.
80      }      }
81    
82      /**      /**
# Line 101  public class JRootPane extends JComponen Line 102  public class JRootPane extends JComponen
102       */       */
103      protected RootLayout()      protected RootLayout()
104      {      {
105          // Nothing to do here.
106      }      }
107    
108      /**      /**
# Line 111  public class JRootPane extends JComponen Line 113  public class JRootPane extends JComponen
113       */       */
114      public void addLayoutComponent(Component comp, Object constraints)      public void addLayoutComponent(Component comp, Object constraints)
115      {      {
116          // Nothing to do here.
117      }      }
118    
119      /**      /**
# Line 121  public class JRootPane extends JComponen Line 124  public class JRootPane extends JComponen
124       */       */
125      public void addLayoutComponent(String name, Component comp)      public void addLayoutComponent(String name, Component comp)
126      {      {
127          // Nothing to do here.
128      }      }
129    
130      /**      /**
# Line 154  public class JRootPane extends JComponen Line 158  public class JRootPane extends JComponen
158       */       */
159      public void invalidateLayout(Container target)      public void invalidateLayout(Container target)
160      {      {
161          // Nothing to do here.
162      }      }
163    
164      /**      /**
# Line 309  public class JRootPane extends JComponen Line 314  public class JRootPane extends JComponen
314       */       */
315      public void removeLayoutComponent(Component comp)      public void removeLayoutComponent(Component comp)
316      {      {
317          // Nothing to do here.
318      }      }
319    }    }
320    
# Line 340  public class JRootPane extends JComponen Line 346  public class JRootPane extends JComponen
346    protected JButton defaultButton;    protected JButton defaultButton;
347    
348    /**    /**
349       * This field is unused since JDK1.3. To override the default action you
350       * should modify the JRootPane's ActionMap.
351       *
352       * @deprecated since JDK1.3
353       *
354       * @specnote the specs indicate that the type of this field is
355       *           a package private inner class
356       *           javax.swing.JRootPane.DefaultAction. I assume that the closest
357       *           public superclass is javax.swing.Action.
358       */
359      protected Action defaultPressAction;
360    
361      /**
362       * This field is unused since JDK1.3. To override the default action you
363       * should modify the JRootPane's ActionMap.
364       *
365       * @deprecated since JDK1.3
366       *
367       * @specnote the specs indicate that the type of this field is
368       *           a package private inner class
369       *           javax.swing.JRootPane.DefaultAction. I assume that the closest
370       *           public superclass is javax.swing.Action.
371       */
372      protected Action defaultReleaseAction;
373    
374      /**
375     * @since 1.4     * @since 1.4
376     */     */
377    private int windowDecorationStyle = NONE;    private int windowDecorationStyle = NONE;
# Line 504  public class JRootPane extends JComponen Line 536  public class JRootPane extends JComponen
536      getGlassPane();      getGlassPane();
537      getLayeredPane();      getLayeredPane();
538      getContentPane();      getContentPane();
     setDoubleBuffered(true);  
539      updateUI();      updateUI();
540    }    }
541    

Legend:
Removed from v.1.12.2.8  
changed lines
  Added in v.1.12.2.9

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