/[classpath]/classpath/javax/swing/plaf/basic/BasicSliderUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicSliderUI.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by rabbit78, Wed Sep 28 15:31:46 2005 UTC revision 1.19 by langel, Wed Sep 28 18:19:19 2005 UTC
# Line 1483  public class BasicSliderUI extends Slide Line 1483  public class BasicSliderUI extends Slide
1483      leftToRightCache = slider.getComponentOrientation() != ComponentOrientation.RIGHT_TO_LEFT;      leftToRightCache = slider.getComponentOrientation() != ComponentOrientation.RIGHT_TO_LEFT;
1484      // FIXME: This next line is only here because the above line is here.      // FIXME: This next line is only here because the above line is here.
1485      calculateThumbLocation();      calculateThumbLocation();
1486        calculateGeometry();
1487    
1488      if (slider.getPaintTrack())      if (slider.getPaintTrack())
1489        paintTrack(g);        paintTrack(g);
# Line 1975  public class BasicSliderUI extends Slide Line 1976  public class BasicSliderUI extends Slide
1976    public void paintThumb(Graphics g)    public void paintThumb(Graphics g)
1977    {    {
1978      Color saved_color = g.getColor();      Color saved_color = g.getColor();
1979        
1980      Point a = new Point(thumbRect.x, thumbRect.y);      Point a = new Point(thumbRect.x, thumbRect.y);
1981      Point b = new Point(a);      Point b = new Point(a);
1982      Point c = new Point(a);      Point c = new Point(a);

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26