Name: dsC58869 Date: 05/29/98
The spec for method
java.awt.Scrollbar.setValues(int value, int visible, int minimum, int maximum)
unclear. It says:
/**
* Sets the values of four properties for this scroll bar.
* <p>
* This method simultaneously and synchronously sets the values
* of four scroll bar properties, assuring that the values of
* these properties are mutually consistent. It enforces the
^^^^^^^^^^^^^^^
* constraints that maximum cannot be less than minimum, and that
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* value cannot be less than the minimum or greater than the maximum.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
But it does not specify *how* it enforces the constraints.
See also #4070498
======================================================================
Justification:
Specification unclear, should be fixed for JCK testing.
======================================================================