CVSROOT: /cvsroot/classpath
Module name: classpath
Branch:
Changes by: Lillian Angel <[EMAIL PROTECTED]> 05/09/23 15:04:53
Modified files:
. : ChangeLog
javax/swing/plaf/basic: BasicScrollBarUI.java
Log message:
2005-09-23 Lillian Angel <[EMAIL PROTECTED]>
Fixes Bug #23529
* javax/swing/plaf/basic/BasicScrollBarUI.java
(mousepressed): Made delay shorted while pressing the arrow
button. This makes the scrollbar move more smoothly.
(mouseReleased): Reset the delay to the default, so single
clicks only move the scrollbar 1 unit. Also, when the
mouse is released, the scrollbar should move 1 unit.
(shouldScroll): Should not be able to scroll by block
when the mouse is in the thumbRect.
(mousePressed): Made delay shorted while pressing in the
scroll area. This makes the scrollbar move more smoothly.
(mouseReleased): Should move the scrollbar 1 block when the
mouse is released. Also, reset the timer to default delay.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4938&tr2=1.4939&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicScrollBarUI.java.diff?tr1=1.24&tr2=1.25&r1=text&r2=text