TrackBar.setValue

Overview | Methods | This Package | All Packages

TrackBar.setValue

Sets the value of the trackbar (the position of the trackbar slider).

Syntax

public void setValue( int value )

Parameters

value

An integer that represents the value to set for the trackbar.

Exceptions

WFCInvalidArgumentException thrown if the specified value less than the minimum value or greater than the maximum value for the trackbar.

See Also   getValue