-
Bug
-
Resolution: Fixed
-
P4
-
1.2.0
-
beta
-
generic
-
generic
Take a JScrollPane instance (which by default has horizontalScrollBarPolicy "as needed") and change horizontalScrollBarPolicy.
It doesn't have any effect until you do
scrollLayout.syncWithScrollPane
because the property change didn't make it into the layout
It doesn't have any effect until you do
scrollLayout.syncWithScrollPane
because the property change didn't make it into the layout
- relates to
-
JDK-6988153 Test failed for only 3 yellow rectangles in the corners of the scroll pane.
-
- Closed
-