CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Anthony Balkissoon <[EMAIL PROTECTED]> 05/09/19 18:17:10
Modified files: . : ChangeLog javax/swing : JRootPane.java Log message: 2005-09-19 Anthony Balkissoon <[EMAIL PROTECTED]> * javax/swing/JRootPane.java: (RootPaneLayout.layoutContainer): Added comment about how the components should be sized. Fixed size of glassPane which fills the entire viewable region, including overtop the menuBar. Used bounds minus insets for containerSize, as indicated in comment, rather than getSize(). Used setBounds instead of setSize for layeredPane because its relation to the other components' sizes is more obvious that way. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4868&tr2=1.4869&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/JRootPane.java.diff?tr1=1.26&tr2=1.27&r1=text&r2=text