I have a collection of buttons:
VBox menuButtons = new VBox(); menuButtons.getChildren().addAll(addButton, editButton, exitButton);
I want to a
If you're using FXML, use the spacing attribute:
spacing