Microsoft SDK for Java

ProgressBar.setMaximum

Sets the upper limit of the ProgressBar control's range and redraws the control to reflect the new value.

Syntax

public final void setMaximum( int value )

Parameters

value

The new upper limit of the range.

See Also   getMaximum

© 1999 Microsoft Corporation. All rights reserved. Terms of use.