JavaFX scene builder starts editing an AnchorPane.
JavaFX doesn’t require the root Node to be an AnchorPane, there are cases in which another class is preferrable.
Is there a way to change the rooot container in JavaFX Scene Builder?
JavaFX scene builder starts editing an AnchorPane. JavaFX doesn’t require the root Node to
Share
Choose menu Item:
With b44 of the SceneBuilder, options available are Anchor Pane, Border Pane or Stack Pane
You can also directly edit the fxml in a text editor to set the root pane to for instance a Flow Pane, then load the edited fxml into the SceneBuilder and the SceneBuilder will recognize it.