Adding space between buttons in VBox May 14, 2023 by Tarik VBox supports spacing out of the box: VBox menuButtons = new VBox(5); or menuButtons.setSpacing(5);