Scrollbar.setUnitIncrement

Scrollbar.setUnitIncrement

Class Overview | Class Members | This Package | All Packages

Syntax
public synchronized void setUnitIncrement( int v )
Parameters
v
the amount by which to increment or decrement the scroll bar's value.
Description
Sets the unit increment for this scroll bar.

The unit increment is the value that is added (subtracted) when the user activates the unit increment area of the scroll bar, generally through a mouse or keyboard gesture that the scroll bar receives as an adjustment event.

See Also
getUnitIncrement