Specifies the step increment for a progress bar.
public final void setStep( int stepNew )
stepNew
The step increment.
The step increment is the amount by which the progress bar increases its current position whenever the step method is called. By default, the step increment is set to 10.