CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Lillian Angel <[EMAIL PROTECTED]> 06/01/03 16:47:42
Modified files: . : ChangeLog javax/swing/plaf/basic: BasicListUI.java javax/swing/plaf/metal: MetalFileChooserUI.java Log message: 2006-01-03 Lillian Angel <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicListUI.java (getPreferredSize): The JDK adds some extra space to the list, so we should as well. * javax/swing/plaf/metal/MetalFileChooserUI.java (getPreferredSize): Should only take the fileListPanel's width into account when getting the size. Also, the buttonPanel's size should not be checked, since it is in the bottomPanel already. (getMinimumSize): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5922&tr2=1.5923&r1=text&r2=text http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicListUI.java.diff?tr1=1.44&tr2=1.45&r1=text&r2=text http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/javax/swing/plaf/metal/MetalFileChooserUI.java.diff?tr1=1.15&tr2=1.16&r1=text&r2=text