commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] classpath ./ChangeLog javax/swing/colorchooser/...


From: Michael Koch
Subject: [commit-cp] classpath ./ChangeLog javax/swing/colorchooser/...
Date: Wed, 22 Sep 2004 08:41:21 -0400

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Michael Koch <address@hidden>   04/09/22 12:35:05

Modified files:
        .              : ChangeLog 
        javax/swing/colorchooser: DefaultHSBChooserPanel.java 
                                  DefaultRGBChooserPanel.java 
        javax/swing/plaf/basic: BasicTabbedPaneUI.java 

Log message:
        2004-09-22  Kim Ho  <address@hidden>
        
        * javax/swing/colorchooser/DefaultHSBChooserPanel.java:
        (stateChanged): Only update the image and the track if
        the values are not being adjusted.
        (updateChooser): Grab the new mouse point from the
        spinner values. Update the image and track only if
        the values are not being adjusted.
        (getHSBValues): New method.
        * javax/swing/colorchooser/DefaultRGBChooserPanel.java:
        (SliderHandler::stateChanged): Changed internalChange
        to updateChange. Set sliderChange.
        (SpinnerHandler::stateChanged): Ditto. Set spinnerChange.
        (spinnerChange): New variable.
        (sliderChange): Ditto.
        (updateChange): Renamed from internalChange.
        (updateChooser): Do not update sliders if the sliders
        were the original source of the change. Ditto for spinners.
        * javax/swing/plaf/basic/BasicTabbedPaneUI.java:
        (mousePress): Don't scroll the JViewport if there will
        be extra space at the end of the run. Change layout() to
        revalidate().
        (calculateSize): Use the component's width/height unless
        it is smaller than the max tab width/height.
        (calculateTabRects): Subtract the tab run overlay.
        (rotateTabRuns): Don't rotate if there's only one run.
        (layoutContainer): Reuse the viewport point.
        (createLayoutManager): Set the viewport to use no layout.
        (paintTabArea): Don't paint the tabs that are not visible
        to the JViewport.
        (paintContentBorderTopEdge): Check for scroll tab layout before
        looking for gap.
        (paintContentBorderLeftEdge): Ditto.
        (paintContentBorderBottomEdge): Ditto.
        (paintContentBorderRightEdge): Ditto.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.2507&tr2=1.2508&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/colorchooser/DefaultHSBChooserPanel.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/colorchooser/DefaultRGBChooserPanel.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicTabbedPaneUI.java.diff?tr1=1.10&tr2=1.11&r1=text&r2=text





reply via email to

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