Scrollbar.setBlockIncrement

Scrollbar.setBlockIncrement

Class Overview | Class Members | This Package | All Packages

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

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

See Also
getBlockIncrement