GridPane, StackPane, FlowPane, TilePane, (VBox?) should compute their baseline offset based on their children. See HBox#getBaselineOffset method.
- relates to
-
JDK-8123837 Layout is wrong until mouse-over in some cases, and adjusts during mouse over for no reason in others.
- Resolved