Skip to content
Snippets Groups Projects
schedSidePanel.fxml 724 B
Newer Older
  • Learn to ignore specific revisions
  • Mitch Cumpstone (cmc408)'s avatar
    Mitch Cumpstone (cmc408) committed
    <?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">
    
    Mitch Cumpstone (cmc408)'s avatar
    Mitch Cumpstone (cmc408) committed
       <children>
    
    eyan_'s avatar
    eyan_ committed
          <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" />
    
    Mitch Cumpstone (cmc408)'s avatar
    Mitch Cumpstone (cmc408) committed
          <Button mnemonicParsing="false" prefHeight="163.0" prefWidth="100.0" text="Pick-Ups" />
       </children>
    </VBox>