<?xml version="1.0" encoding="UTF-8"?> <?import javafx.scene.control.Button?> <?import javafx.scene.layout.VBox?> <VBox maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="489.0" prefWidth="100.0" xmlns="http://javafx.com/javafx/17" xmlns:fx="http://javafx.com/fxml/1"> <children> <Button mnemonicParsing="false" onMouseClicked="#managerDailyScheduleClicked" prefHeight="163.0" prefWidth="100.0" text="Daily" /> <Button mnemonicParsing="false" onMouseClicked="#weeklyScheduleButtonClicked" prefHeight="163.0" prefWidth="100.0" text="Weekly" /> <Button mnemonicParsing="false" prefHeight="163.0" prefWidth="100.0" text="Pick-Ups" /> </children> </VBox>