/[classpath]/classpath/javax/swing/JSlider.java
ViewVC logotype

Diff of /classpath/javax/swing/JSlider.java

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

revision 1.13 by mark, Sat Jul 2 20:32:49 2005 UTC revision 1.14 by trebligd, Mon Jul 18 22:06:40 2005 UTC
# Line 229  public class JSlider extends JComponent Line 229  public class JSlider extends JComponent
229    protected int minorTickSpacing;    protected int minorTickSpacing;
230    
231    /** Whether the slider snaps its values to ticks. */    /** Whether the slider snaps its values to ticks. */
232    protected boolean snapToTicks = true;    protected boolean snapToTicks = false;
233    
234    /** The orientation of the slider. */    /** The orientation of the slider. */
235    protected int orientation = HORIZONTAL;    protected int orientation = HORIZONTAL;

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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