CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Roman Kennke <[EMAIL PROTECTED]> 05/10/12 14:36:12
Modified files: . : ChangeLog javax/swing : ScrollPaneLayout.java Log message: 2005-10-12 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/ScrollPaneLayout.java (preferredLayoutSize): Reworked. The old impl used to actually modify the layout, which is not allowed. (minimumLayoutSize): Reworked. The old impl used to actually modify the layout, which is not allowed. (layoutContainer): Reworked. The old impl did not properly determine when the scrollbars should be visible and when not. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5191&tr2=1.5192&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/ScrollPaneLayout.java.diff?tr1=1.15&tr2=1.16&r1=text&r2=text