bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug swing/23529] JScrollBar ignores mouse-clicks


From: cvs-commit at developer dot classpath dot org
Subject: [Bug swing/23529] JScrollBar ignores mouse-clicks
Date: 23 Sep 2005 15:43:11 -0000

------- Additional Comments From cvs-commit at developer dot classpath dot org  
2005-09-23 15:43 -------
Subject: Bug 23529

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Lillian Angel <address@hidden>  05/09/23 15:04:53

Modified files:
        .              : ChangeLog 
        javax/swing/plaf/basic: BasicScrollBarUI.java 

Log message:
        2005-09-23  Lillian Angel  <address@hidden>
        
        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






-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23529




reply via email to

[Prev in Thread] Current Thread [Next in Thread]