Sets the value of the trackbar (the position of the trackbar slider).
public void setValue( int value )
value
An integer that represents the value to set for the trackbar.
WFCInvalidArgumentException thrown if the specified value less than the minimum value or greater than the maximum value for the trackbar.
See Also getValue