-
Bug
-
Resolution: Fixed
-
P3
-
1.2.2
-
kestrel
-
sparc
-
solaris_7
dennis.sigel@eng 1999-09-27
Resize events cause the following message when using an
AWT ScrollPane:
Warning:
Name: VertScrollBar
Class: XmScrollBar
The specified scrollbar value is less than the minimum
scroll bar value.
In the componentResized() routine, getting the min and
max values of the scrollbars shows correct values.
Calling
getHAdjustable().setValue(x);
getVAdjustable().setValue(y);
with non-zero values of x and y cause the error message
when transitioning between having scrollbars appear or not.
The scrollbar display policy is "as-needed".
- duplicates
-
JDK-4275978 Resizing ScrollPane causes Motif warnings
- Closed