CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Roman Kennke <[EMAIL PROTECTED]> 05/09/30 13:25:41
Modified files: . : ChangeLog javax/swing : JTable.java javax/swing/plaf/basic: BasicScrollPaneUI.java Log message: 2005-09-30 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/JTable.java (getScrollableUnitIncrement): Respect the direction argument. * javax/swing/plaf/basic/BasicScrollPaneUI.java (VSBChangeListener.stateChanged): Compare ypos with viewPosition.y instead of viewPosition.x. (ViewportChangeHandler.stateChanged): Call syncScrollPaneWithViewport in all cases, not only when the extents have changed. (syncScrollPaneWithViewport): Also sync the maximum and value properties of the scrollbar models with the viewport. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5056&tr2=1.5057&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/JTable.java.diff?tr1=1.48&tr2=1.49&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicScrollPaneUI.java.diff?tr1=1.15&tr2=1.16&r1=text&r2=text