Sets the number of units the slider moves when the user presses the LEFT ARROW, RIGHT ARROW, UP ARROW, or DOWN ARROW key.
public void setSmallChange( int value )
value
The number of units the slider moves when the user presses an arrow key. The default value is 1.
See Also getSmallChange