Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

TrackBar.setRange

Sets the minimum and maximum values for the trackbar.

Syntax

public void setRange( int minValue**, int** maxValue )

Parameters

minValue

The minimum value of the trackbar.

maxValue

The maximum value for the trackbar.

See Also   setMinimum, setMinimum