ScrollbarThemeJava delegates scrollbar thickness calculation to ScrollBarWidget::initializeThickness() [ScrollBarWidget.java] method. Since "ScrollbarThemeJava::scrollbarThickness" is not associated any "ScrollBarWidget" instance, some workaround was made using special "ScrollBarWidget" instance named testRef.
- relates to
-
JDK-8132675 VBox.setVgrow and HBox.setHgrow corrupt following controls when window resized
- Resolved
- links to
-
Review openjdk/jfx/197