TrackBar.setSmallChange

Overview | Methods | This Package | All Packages

TrackBar.setSmallChange

Sets the number of units the slider moves when the user presses the LEFT ARROW, RIGHT ARROW, UP ARROW, or DOWN ARROW key.

Syntax

public void setSmallChange( int value )

Parameters

value

The number of units the slider moves when the user presses an arrow key. The default value is 1.

See Also   getSmallChange