CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: David Gilbert <[EMAIL PROTECTED]> 05/09/07 10:13:33
Modified files: . : ChangeLog javax/swing/plaf/metal: MetalIconFactory.java MetalSliderUI.java Log message: 2005-09-07 David Gilbert <[EMAIL PROTECTED]> * javax/swing/plaf/metal/MetalIconFactory.java (HorizontalSliderThumbIcon.paintIcon): handle disabled component state, and fetch colors from the look and feel, (VerticalSliderThumbIcon.paintIcon): likewise, * javax/swing/plaf/metal/MetalSliderUI.java (MetalPropertyListener): implemented, (constructor): added color initialisation, (createUI): reimplemented to return a new instance every time, (createPropertyChangeListener): return a new instance of MetalPropertyListener, (paintTrack): reimplemented to handle track fill option, and the disabled component state, (paintMinorTickForHorizSlider): fetch colors from look and feel, (paintMajorTickForHorizSlider): likewise, (paintMinorTickForVertSlider): likewise, (paintMajorTickForVertSlider): likewise. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4668&tr2=1.4669&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/metal/MetalIconFactory.java.diff?tr1=1.9&tr2=1.10&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/metal/MetalSliderUI.java.diff?tr1=1.4&tr2=1.5&r1=text&r2=text