Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll 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