-
Bug
-
Resolution: Fixed
-
P4
-
8, 11, 17, 21, 22
-
b06
ScrollPane.layout has a redundant initialiser:
Dimension vs = getViewportSize();
The value of 'vs' variable is reassigned below.
The scroller field in ScrollPane.PeerFixer can be final.
Dimension vs = getViewportSize();
The value of 'vs' variable is reassigned below.
The scroller field in ScrollPane.PeerFixer can be final.
- relates to
-
JDK-8311689 Wrong visible amount in Adjustable of ScrollPane
-
- Closed
-