/[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.11 by mark, Thu Jul 22 19:45:39 2004 UTC revision 1.12 by mark, Fri Jul 30 20:21:19 2004 UTC
# Line 47  import java.io.Serializable; Line 47  import java.io.Serializable;
47  import javax.accessibility.AccessibleRole;  import javax.accessibility.AccessibleRole;
48  import javax.swing.plaf.RootPaneUI;  import javax.swing.plaf.RootPaneUI;
49    
50    
51  /**  /**
52   * This class is where JComponents are added to. Unlike awt where you could   * This class is where JComponents are added to. Unlike awt where you could
53   * just say frame.add(), with swing you need to say frame.getRootPane()   * just say frame.add(), with swing you need to say frame.getRootPane()
# Line 96  public class JRootPane extends JComponen Line 97  public class JRootPane extends JComponen
97      protected RootLayout()      protected RootLayout()
98      {      {
99      }      }
100        
101      /**      /**
102       * DOCUMENT ME!       * DOCUMENT ME!
103       *       *
# Line 226  public class JRootPane extends JComponen Line 227  public class JRootPane extends JComponen
227              {              {
228                glassPane.setBounds(0, 0, containerSize.width,                glassPane.setBounds(0, 0, containerSize.width,
229                                    containerSize.height);                                    containerSize.height);
230              contentPane.setBounds(0, 0, containerSize.width,                contentPane.setBounds(0, 0, containerSize.width,
231                                    containerSize.height);                                      containerSize.height);
232              }              }
233    
234            layeredPane.setSize(containerSize.width, containerSize.height);            layeredPane.setSize(containerSize.width, containerSize.height);

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

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