TrackBar.setMaximum

Overview | Methods | This Package | All Packages

TrackBar.setMaximum

Sets the maximum value of the trackbar.

Syntax

public void setMaximum( int value )

Parameters

value

The maximum value for the trackbar. The default value is 10.

See Also   setRange, getMaximum