bug-classpath
[Top][All Lists]
Advanced

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

[Bug swing/28769] Regression:JTree and JTable mouse-wheel scrolling


From: cvs-commit at developer dot classpath dot org
Subject: [Bug swing/28769] Regression:JTree and JTable mouse-wheel scrolling
Date: 18 Oct 2006 18:46:51 -0000


------- Comment #13 from cvs-commit at developer dot classpath dot org  
2006-10-18 18:46 -------
Subject: Bug 28769

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Changes by:     Roman Kennke <rabbit78> 06/10/18 18:46:25

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

Log message:
        2006-10-18  Roman Kennke  <address@hidden>

                PR 28769
                * javax/swing/JScrollPane.java
                (viewportBorder): Made field private.
                (wheelScrollingEnabled): Made field private.
                (JScrollPane): Enabled wheel scrolling by default.
                * javax/swing/JTree.java
                (TreeSelectionRedirector.valueChanged): Don't repaint anything
                here.
                (getScrollableUnitIncrement): Fixed thinko.
                * javax/swing/plaf/basic/BasicScrollBarUI.java
                (static scrollByBlock): New static method to avoid code
duplication
                for the BasicScrollPane wheel scrolling.
                (static scrollByUnits): New static method to avoid code
duplication
                for the BasicScrollPane wheel scrolling.
                (scrollByBlock): Delegate to static helper method.
                (scrollByUnit): Delegate to static helper method.
                * javax/swing/plaf/basic/BasicScrollPaneUI.java
                (MouseWheelHandler.mouseWheelMoved): Delegate to
BasicScrollBarUI
                static helper methods to avoid code duplication.
                (MouseWheelHandler.bounds): Removed.
                (MouseWheelHandler.getValue): Removed.
                (MouseWheelHandler.scroll): Removed.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JScrollPane.java?cvsroot=classpath&r1=1.32&r2=1.33
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JTree.java?cvsroot=classpath&r1=1.76&r2=1.77
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicScrollBarUI.java?cvsroot=classpath&r1=1.39&r2=1.40
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicScrollPaneUI.java?cvsroot=classpath&r1=1.32&r2=1.33
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8702&r2=1.8703


-- 


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





reply via email to

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