Scrollbar.setMinimum

Scrollbar.setMinimum

Class Overview | Class Members | This Package | All Packages

Syntax
public synchronized void setMinimum( int newMinimum )
Parameters
newMinimum
the new minimum value for this scroll bar.
Description
Sets the minimum value of this scroll bar.

Normally, a program should change a scroll bar's minimum value only by calling setValues. The setValues method simultaneously and synchronously sets the minimum, maximum, visible amount, and value properties of a scroll bar, so that they are mutually consistent.

See Also
setValues, setMaximum