-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.2.2
-
sparc
-
solaris_7
dennis.sigel@eng 1999-09-27
Tried to file this earlier, but it looks like bugtraq ate the bug report.
So here goes again,
With ScrollPane resizing (scrollbar display policy "as-needed",
the following Warning appears:
Warning:
Name: VertScrollBar
Class: XmScrollBar
The specified scrollbar value is less than the minimum
scroll bar value.
This occurs in the componentResized() routine when resizing
causes the scrollbars to appear/disappear if calls are made
to
getHAdjustable().setValue(x);
getVAdjustable().setValue(y);
when x and y are greater than zero. Getting the min-max
values of the scrollbars shows valid parameters and x and
y are well within those parameters.
- duplicates
-
JDK-4275934 Resizing scrollpane causes Motif warnings
- Resolved