Name: dsR10051 Date: 11/22/2002
Javadoc for method of class java.awt.Scrollbar
public void setMinimum(int newMinimum)
has typo. It says:
* @(#)Scrollbar.java 1.95 02/06/17
"...
* <p>Note that setting the minimum value to <code>Integer.MIN_VALUE</code>
* will result in the new minimum value to be set to
* <code>Integer.MIN_VALUE - 1</code>.
...
public void setMinimum(int newMinimum)
"
Integer.MIN_VALUE in this assertion must be amended to Integer.MAX_VALUE
======================================================================
Javadoc for method of class java.awt.Scrollbar
public void setMinimum(int newMinimum)
has typo. It says:
* @(#)Scrollbar.java 1.95 02/06/17
"...
* <p>Note that setting the minimum value to <code>Integer.MIN_VALUE</code>
* will result in the new minimum value to be set to
* <code>Integer.MIN_VALUE - 1</code>.
...
public void setMinimum(int newMinimum)
"
Integer.MIN_VALUE in this assertion must be amended to Integer.MAX_VALUE
======================================================================