fix: changed window size
This commit is contained in:
		@@ -17,8 +17,8 @@ public class StartViewApplication extends Application {
 | 
				
			|||||||
    @Override
 | 
					    @Override
 | 
				
			||||||
    public void start(Stage stage) throws IOException {
 | 
					    public void start(Stage stage) throws IOException {
 | 
				
			||||||
        FXMLLoader fxmlLoader = new FXMLLoader(StartViewApplication.class.getResource("login-view.fxml"));
 | 
					        FXMLLoader fxmlLoader = new FXMLLoader(StartViewApplication.class.getResource("login-view.fxml"));
 | 
				
			||||||
        Scene scene = new Scene(fxmlLoader.load(), 950,480);
 | 
					        Scene scene = new Scene(fxmlLoader.load(), 1200,900);
 | 
				
			||||||
        //stage = primary;
 | 
					        primary = stage;
 | 
				
			||||||
        stage.setTitle("Essen Bestellung im Kindergarten");
 | 
					        stage.setTitle("Essen Bestellung im Kindergarten");
 | 
				
			||||||
        stage.setScene(scene);
 | 
					        stage.setScene(scene);
 | 
				
			||||||
        stage.show();
 | 
					        stage.show();
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,7 +7,7 @@
 | 
				
			|||||||
<?import javafx.scene.layout.*?>
 | 
					<?import javafx.scene.layout.*?>
 | 
				
			||||||
<?import javafx.scene.text.*?>
 | 
					<?import javafx.scene.text.*?>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<HBox alignment="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="860.0" prefWidth="850.0" xmlns="http://javafx.com/javafx/17.0.2-ea" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.bib.essensbestellungsverwaltung.InvoiceController">
 | 
					<HBox alignment="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="700.0" prefWidth="950.0" xmlns="http://javafx.com/javafx/17.0.2-ea" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.bib.essensbestellungsverwaltung.InvoiceController">
 | 
				
			||||||
   <children>
 | 
					   <children>
 | 
				
			||||||
      <VBox alignment="CENTER" prefHeight="860.0" prefWidth="500.0">
 | 
					      <VBox alignment="CENTER" prefHeight="860.0" prefWidth="500.0">
 | 
				
			||||||
         <children>
 | 
					         <children>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,177 +3,324 @@
 | 
				
			|||||||
<?import javafx.geometry.Insets?>
 | 
					<?import javafx.geometry.Insets?>
 | 
				
			||||||
<?import javafx.scene.control.Button?>
 | 
					<?import javafx.scene.control.Button?>
 | 
				
			||||||
<?import javafx.scene.control.ComboBox?>
 | 
					<?import javafx.scene.control.ComboBox?>
 | 
				
			||||||
<?import javafx.scene.control.Label?>
 | 
					 | 
				
			||||||
<?import javafx.scene.control.ListView?>
 | 
					 | 
				
			||||||
<?import javafx.scene.layout.AnchorPane?>
 | 
					<?import javafx.scene.layout.AnchorPane?>
 | 
				
			||||||
<?import javafx.scene.layout.HBox?>
 | 
					<?import javafx.scene.layout.HBox?>
 | 
				
			||||||
<?import javafx.scene.layout.VBox?>
 | 
					<?import javafx.scene.layout.VBox?>
 | 
				
			||||||
<?import javafx.scene.text.Font?>
 | 
					<?import javafx.scene.text.Font?>
 | 
				
			||||||
 | 
					<?import javafx.scene.text.Text?>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<AnchorPane prefHeight="600.0" prefWidth="900.0" stylesheets="@menue.css" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.bib.essensbestellungsverwaltung.MenueController">
 | 
					<AnchorPane prefHeight="760.0" prefWidth="867.0" stylesheets="@menue.css" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.bib.essensbestellungsverwaltung.MenueController">
 | 
				
			||||||
   <children>
 | 
					   <children>
 | 
				
			||||||
        <Label alignment="CENTER" layoutX="14.0" layoutY="14.0" prefHeight="35.0" prefWidth="895.0" text="Essenbestellung">
 | 
					      <HBox alignment="CENTER" layoutX="50.0" layoutY="27.0" prefHeight="648.0" prefWidth="791.0">
 | 
				
			||||||
            <font>
 | 
					 | 
				
			||||||
                <Font size="28.0" />
 | 
					 | 
				
			||||||
            </font>
 | 
					 | 
				
			||||||
        </Label>
 | 
					 | 
				
			||||||
        <Button id="btLogin" fx:id="btLogin" alignment="CENTER" layoutX="848.0" layoutY="34.0" mnemonicParsing="false" text="Login" />
 | 
					 | 
				
			||||||
        <HBox layoutX="220.0" layoutY="87.0" prefHeight="414.0" prefWidth="688.0">
 | 
					 | 
				
			||||||
         <children>
 | 
					         <children>
 | 
				
			||||||
                <VBox prefHeight="350.0" prefWidth="180.0" style="-fx-background-color: transparent; -fx-padding: 5;">
 | 
					            <VBox alignment="CENTER" prefHeight="200.0" prefWidth="135.0">
 | 
				
			||||||
               <children>
 | 
					               <children>
 | 
				
			||||||
                        <Label alignment="CENTER" contentDisplay="TOP" prefHeight="23.0" prefWidth="196.0" style="-fx-background-color: lightdarkblue;" text="Montag" textAlignment="CENTER">
 | 
					                  <Text strokeType="OUTSIDE" strokeWidth="0.0" text="Montag" textAlignment="CENTER" wrappingWidth="120.0">
 | 
				
			||||||
                     <VBox.margin>
 | 
					                     <VBox.margin>
 | 
				
			||||||
                                <Insets bottom="10.0" />
 | 
					                        <Insets />
 | 
				
			||||||
                     </VBox.margin>
 | 
					                     </VBox.margin>
 | 
				
			||||||
                     <font>
 | 
					                     <font>
 | 
				
			||||||
                                <Font size="18.0" />
 | 
					                        <Font size="23.0" />
 | 
				
			||||||
                     </font>
 | 
					                     </font>
 | 
				
			||||||
                        </Label>
 | 
					                  </Text>
 | 
				
			||||||
                        <VBox prefHeight="200.0" prefWidth="100.0">
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="Gericht 1">
 | 
				
			||||||
                            <children>
 | 
					 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btFirstMealMon" alignment="CENTER" mnemonicParsing="false" onAction="#onBtFirstMealMonClick" prefHeight="78.0" prefWidth="218.0" text="Mahlzeit 1" />
 | 
					 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btSecondMealMon" alignment="CENTER" mnemonicParsing="false" onAction="#onBtSecondMealMonClick" prefHeight="78.0" prefWidth="218.0" text="Mahlzeit 2" />
 | 
					 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btNoMealMon" alignment="CENTER" mnemonicParsing="false" onAction="#onBtNoMealMonClick" prefHeight="20.0" prefWidth="170.0" text="Keine Mahlzeit">
 | 
					 | 
				
			||||||
                     <VBox.margin>
 | 
					                     <VBox.margin>
 | 
				
			||||||
                                        <Insets bottom="20.0" />
 | 
					                        <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
                     </VBox.margin>
 | 
					                     </VBox.margin>
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
 | 
					                  </Button>
 | 
				
			||||||
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="Gericht 2">
 | 
				
			||||||
 | 
					                     <VBox.margin>
 | 
				
			||||||
 | 
					                        <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
 | 
					                     </VBox.margin>
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
 | 
					                  </Button>
 | 
				
			||||||
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="ablehen">
 | 
				
			||||||
 | 
					                     <VBox.margin>
 | 
				
			||||||
 | 
					                        <Insets bottom="55.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
 | 
					                     </VBox.margin>
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets left="25.0" right="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
 | 
					                  </Button>
 | 
				
			||||||
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="Dessert 1">
 | 
				
			||||||
 | 
					                     <VBox.margin>
 | 
				
			||||||
 | 
					                        <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
 | 
					                     </VBox.margin>
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
 | 
					                  </Button>
 | 
				
			||||||
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="Dessert 2">
 | 
				
			||||||
 | 
					                     <VBox.margin>
 | 
				
			||||||
 | 
					                        <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
 | 
					                     </VBox.margin>
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
 | 
					                  </Button>
 | 
				
			||||||
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="ablehen">
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets left="25.0" right="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
                  </Button>
 | 
					                  </Button>
 | 
				
			||||||
               </children>
 | 
					               </children>
 | 
				
			||||||
 | 
					               <HBox.margin>
 | 
				
			||||||
 | 
					                  <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
 | 
					               </HBox.margin>
 | 
				
			||||||
            </VBox>
 | 
					            </VBox>
 | 
				
			||||||
                        <VBox prefHeight="200.0" prefWidth="100.0">
 | 
					            <VBox alignment="CENTER" prefHeight="200.0" prefWidth="135.0">
 | 
				
			||||||
               <children>
 | 
					               <children>
 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btFirstDessertMon" alignment="CENTER" mnemonicParsing="false" onAction="#setButtonActive" prefHeight="78.0" prefWidth="218.0" text="Dessert 1" />
 | 
					                  <Text strokeType="OUTSIDE" strokeWidth="0.0" text="Dienstag" textAlignment="CENTER" wrappingWidth="120.0">
 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btSecondDessertMon" alignment="CENTER" mnemonicParsing="false" onAction="#setButtonActive" prefHeight="78.0" prefWidth="218.0" text="Dessert 2" />
 | 
					 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btNoDessertMon" alignment="CENTER" mnemonicParsing="false" onAction="#setButtonActive" prefHeight="20.0" prefWidth="170.0" text="kein Dessert" />
 | 
					 | 
				
			||||||
                            </children>
 | 
					 | 
				
			||||||
                        </VBox>
 | 
					 | 
				
			||||||
                    </children>
 | 
					 | 
				
			||||||
                </VBox>
 | 
					 | 
				
			||||||
                <VBox prefHeight="350.0" prefWidth="180.0" style="-fx-background-color: transparent; -fx-padding: 5;">
 | 
					 | 
				
			||||||
                    <children>
 | 
					 | 
				
			||||||
                        <Label alignment="CENTER" contentDisplay="TOP" prefHeight="23.0" prefWidth="196.0" style="-fx-background-color: lightdarkblue;" text="Dienstag" textAlignment="CENTER">
 | 
					 | 
				
			||||||
                     <VBox.margin>
 | 
					                     <VBox.margin>
 | 
				
			||||||
                                <Insets bottom="10.0" />
 | 
					                        <Insets />
 | 
				
			||||||
                     </VBox.margin>
 | 
					                     </VBox.margin>
 | 
				
			||||||
                     <font>
 | 
					                     <font>
 | 
				
			||||||
                                <Font size="18.0" />
 | 
					                        <Font size="23.0" />
 | 
				
			||||||
                     </font>
 | 
					                     </font>
 | 
				
			||||||
                        </Label>
 | 
					                  </Text>
 | 
				
			||||||
                        <VBox prefHeight="200.0" prefWidth="100.0">
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="Gericht 1">
 | 
				
			||||||
                            <children>
 | 
					 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btFirstMealTue" alignment="CENTER" mnemonicParsing="false" onAction="#setButtonActive" prefHeight="78.0" prefWidth="218.0" text="Mahlzeit 1" />
 | 
					 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btSecondMealTue" alignment="CENTER" mnemonicParsing="false" onAction="#setButtonActive" prefHeight="78.0" prefWidth="218.0" text="Mahlzeit 2" />
 | 
					 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btNoMealTue" alignment="CENTER" mnemonicParsing="false" onAction="#setButtonActive" prefHeight="20.0" prefWidth="170.0" text="Keine Mahlzeit">
 | 
					 | 
				
			||||||
                     <VBox.margin>
 | 
					                     <VBox.margin>
 | 
				
			||||||
                                        <Insets bottom="20.0" />
 | 
					                        <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
                     </VBox.margin>
 | 
					                     </VBox.margin>
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
 | 
					                  </Button>
 | 
				
			||||||
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="Gericht 2">
 | 
				
			||||||
 | 
					                     <VBox.margin>
 | 
				
			||||||
 | 
					                        <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
 | 
					                     </VBox.margin>
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
 | 
					                  </Button>
 | 
				
			||||||
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="ablehen">
 | 
				
			||||||
 | 
					                     <VBox.margin>
 | 
				
			||||||
 | 
					                        <Insets bottom="55.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
 | 
					                     </VBox.margin>
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets left="25.0" right="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
 | 
					                  </Button>
 | 
				
			||||||
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="Dessert 1">
 | 
				
			||||||
 | 
					                     <VBox.margin>
 | 
				
			||||||
 | 
					                        <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
 | 
					                     </VBox.margin>
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
 | 
					                  </Button>
 | 
				
			||||||
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="Dessert 2">
 | 
				
			||||||
 | 
					                     <VBox.margin>
 | 
				
			||||||
 | 
					                        <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
 | 
					                     </VBox.margin>
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
 | 
					                  </Button>
 | 
				
			||||||
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="ablehen">
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets left="25.0" right="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
                  </Button>
 | 
					                  </Button>
 | 
				
			||||||
               </children>
 | 
					               </children>
 | 
				
			||||||
 | 
					               <HBox.margin>
 | 
				
			||||||
 | 
					                  <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
 | 
					               </HBox.margin>
 | 
				
			||||||
            </VBox>
 | 
					            </VBox>
 | 
				
			||||||
                        <VBox prefHeight="200.0" prefWidth="100.0">
 | 
					            <VBox alignment="CENTER" prefHeight="200.0" prefWidth="135.0">
 | 
				
			||||||
               <children>
 | 
					               <children>
 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btFirstDessertTue" alignment="CENTER" mnemonicParsing="false" onAction="#setButtonActive" prefHeight="78.0" prefWidth="218.0" text="Dessert 1" />
 | 
					                  <Text strokeType="OUTSIDE" strokeWidth="0.0" text="Mittwoch" textAlignment="CENTER" wrappingWidth="120.0">
 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btSecondDessertTue" alignment="CENTER" mnemonicParsing="false" onAction="#setButtonActive" prefHeight="78.0" prefWidth="218.0" text="Dessert 2" />
 | 
					 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btNoDessertTue" alignment="CENTER" mnemonicParsing="false" onAction="#setButtonActive" prefHeight="20.0" prefWidth="170.0" text="kein Dessert" />
 | 
					 | 
				
			||||||
                            </children>
 | 
					 | 
				
			||||||
                        </VBox>
 | 
					 | 
				
			||||||
                    </children>
 | 
					 | 
				
			||||||
                </VBox>
 | 
					 | 
				
			||||||
                <VBox prefHeight="350.0" prefWidth="180.0" style="-fx-background-color: transparent; -fx-padding: 5;">
 | 
					 | 
				
			||||||
                    <children>
 | 
					 | 
				
			||||||
                        <Label alignment="CENTER" contentDisplay="TOP" prefHeight="23.0" prefWidth="196.0" style="-fx-background-color: lightdarkblue;" text="Mittwoch" textAlignment="CENTER">
 | 
					 | 
				
			||||||
                     <VBox.margin>
 | 
					                     <VBox.margin>
 | 
				
			||||||
                                <Insets bottom="10.0" />
 | 
					                        <Insets />
 | 
				
			||||||
                     </VBox.margin>
 | 
					                     </VBox.margin>
 | 
				
			||||||
                     <font>
 | 
					                     <font>
 | 
				
			||||||
                                <Font size="18.0" />
 | 
					                        <Font size="23.0" />
 | 
				
			||||||
                     </font>
 | 
					                     </font>
 | 
				
			||||||
                        </Label>
 | 
					                  </Text>
 | 
				
			||||||
                        <VBox prefHeight="200.0" prefWidth="100.0">
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="Gericht 1">
 | 
				
			||||||
                            <children>
 | 
					 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btFirstMealWed" alignment="CENTER" mnemonicParsing="false" onAction="#setButtonActive" prefHeight="78.0" prefWidth="218.0" text="Mahlzeit 1" />
 | 
					 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btSecondMealWed" alignment="CENTER" mnemonicParsing="false" onAction="#setButtonActive" prefHeight="78.0" prefWidth="218.0" text="Mahlzeit 2" />
 | 
					 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btNoMealWed" alignment="CENTER" mnemonicParsing="false" onAction="#setButtonActive" prefHeight="20.0" prefWidth="170.0" text="Keine Mahlzeit">
 | 
					 | 
				
			||||||
                     <VBox.margin>
 | 
					                     <VBox.margin>
 | 
				
			||||||
                                        <Insets bottom="20.0" />
 | 
					                        <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
                     </VBox.margin>
 | 
					                     </VBox.margin>
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
 | 
					                  </Button>
 | 
				
			||||||
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="Gericht 2">
 | 
				
			||||||
 | 
					                     <VBox.margin>
 | 
				
			||||||
 | 
					                        <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
 | 
					                     </VBox.margin>
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
 | 
					                  </Button>
 | 
				
			||||||
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="ablehen">
 | 
				
			||||||
 | 
					                     <VBox.margin>
 | 
				
			||||||
 | 
					                        <Insets bottom="55.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
 | 
					                     </VBox.margin>
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets left="25.0" right="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
 | 
					                  </Button>
 | 
				
			||||||
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="Dessert 1">
 | 
				
			||||||
 | 
					                     <VBox.margin>
 | 
				
			||||||
 | 
					                        <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
 | 
					                     </VBox.margin>
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
 | 
					                  </Button>
 | 
				
			||||||
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="Dessert 2">
 | 
				
			||||||
 | 
					                     <VBox.margin>
 | 
				
			||||||
 | 
					                        <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
 | 
					                     </VBox.margin>
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
 | 
					                  </Button>
 | 
				
			||||||
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="ablehen">
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets left="25.0" right="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
                  </Button>
 | 
					                  </Button>
 | 
				
			||||||
               </children>
 | 
					               </children>
 | 
				
			||||||
 | 
					               <HBox.margin>
 | 
				
			||||||
 | 
					                  <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
 | 
					               </HBox.margin>
 | 
				
			||||||
            </VBox>
 | 
					            </VBox>
 | 
				
			||||||
                        <VBox prefHeight="200.0" prefWidth="100.0">
 | 
					            <VBox alignment="CENTER" prefHeight="200.0" prefWidth="135.0">
 | 
				
			||||||
               <children>
 | 
					               <children>
 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btFirstDessertWed" alignment="CENTER" mnemonicParsing="false" onAction="#setButtonActive" prefHeight="78.0" prefWidth="218.0" text="Dessert 1" />
 | 
					                  <Text strokeType="OUTSIDE" strokeWidth="0.0" text="Donnerstag" textAlignment="CENTER" wrappingWidth="120.0">
 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btSecondDessertWed" alignment="CENTER" mnemonicParsing="false" onAction="#setButtonActive" prefHeight="78.0" prefWidth="218.0" text="Dessert 2" />
 | 
					 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btNoDessertWed" alignment="CENTER" mnemonicParsing="false" onAction="#setButtonActive" prefHeight="20.0" prefWidth="170.0" text="kein Dessert" />
 | 
					 | 
				
			||||||
                            </children>
 | 
					 | 
				
			||||||
                        </VBox>
 | 
					 | 
				
			||||||
                    </children>
 | 
					 | 
				
			||||||
                </VBox>
 | 
					 | 
				
			||||||
                <VBox prefHeight="350.0" prefWidth="180.0" style="-fx-background-color: transparent; -fx-padding: 5;">
 | 
					 | 
				
			||||||
                    <children>
 | 
					 | 
				
			||||||
                        <Label alignment="CENTER" contentDisplay="TOP" prefHeight="23.0" prefWidth="196.0" style="-fx-background-color: lightdarkblue;" text="Donnerstag" textAlignment="CENTER">
 | 
					 | 
				
			||||||
                     <VBox.margin>
 | 
					                     <VBox.margin>
 | 
				
			||||||
                                <Insets bottom="10.0" />
 | 
					                        <Insets />
 | 
				
			||||||
                     </VBox.margin>
 | 
					                     </VBox.margin>
 | 
				
			||||||
                     <font>
 | 
					                     <font>
 | 
				
			||||||
                                <Font size="18.0" />
 | 
					                        <Font size="23.0" />
 | 
				
			||||||
                     </font>
 | 
					                     </font>
 | 
				
			||||||
                        </Label>
 | 
					                  </Text>
 | 
				
			||||||
                        <VBox prefHeight="200.0" prefWidth="100.0">
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="Gericht 1">
 | 
				
			||||||
                            <children>
 | 
					 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btFirstMealThu" alignment="CENTER" mnemonicParsing="false" onAction="#setButtonActive" prefHeight="78.0" prefWidth="218.0" text="Mahlzeit 1" />
 | 
					 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btSecondMealThu" alignment="CENTER" mnemonicParsing="false" onAction="#setButtonActive" prefHeight="78.0" prefWidth="218.0" text="Mahlzeit 2" />
 | 
					 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btNoMealThu" alignment="CENTER" mnemonicParsing="false" onAction="#setButtonActive" prefHeight="20.0" prefWidth="170.0" text="Keine Mahlzeit">
 | 
					 | 
				
			||||||
                     <VBox.margin>
 | 
					                     <VBox.margin>
 | 
				
			||||||
                                        <Insets bottom="20.0" />
 | 
					                        <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
                     </VBox.margin>
 | 
					                     </VBox.margin>
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
 | 
					                  </Button>
 | 
				
			||||||
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="Gericht 2">
 | 
				
			||||||
 | 
					                     <VBox.margin>
 | 
				
			||||||
 | 
					                        <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
 | 
					                     </VBox.margin>
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
 | 
					                  </Button>
 | 
				
			||||||
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="ablehen">
 | 
				
			||||||
 | 
					                     <VBox.margin>
 | 
				
			||||||
 | 
					                        <Insets bottom="55.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
 | 
					                     </VBox.margin>
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets left="25.0" right="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
 | 
					                  </Button>
 | 
				
			||||||
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="Dessert 1">
 | 
				
			||||||
 | 
					                     <VBox.margin>
 | 
				
			||||||
 | 
					                        <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
 | 
					                     </VBox.margin>
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
 | 
					                  </Button>
 | 
				
			||||||
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="Dessert 2">
 | 
				
			||||||
 | 
					                     <VBox.margin>
 | 
				
			||||||
 | 
					                        <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
 | 
					                     </VBox.margin>
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
 | 
					                  </Button>
 | 
				
			||||||
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="ablehen">
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets left="25.0" right="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
                  </Button>
 | 
					                  </Button>
 | 
				
			||||||
               </children>
 | 
					               </children>
 | 
				
			||||||
 | 
					               <HBox.margin>
 | 
				
			||||||
 | 
					                  <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
 | 
					               </HBox.margin>
 | 
				
			||||||
            </VBox>
 | 
					            </VBox>
 | 
				
			||||||
                        <VBox prefHeight="200.0" prefWidth="100.0">
 | 
					            <VBox alignment="CENTER" prefHeight="200.0" prefWidth="135.0">
 | 
				
			||||||
               <children>
 | 
					               <children>
 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btFirstDessertThu" alignment="CENTER" mnemonicParsing="false" onAction="#setButtonActive" prefHeight="78.0" prefWidth="218.0" text="Dessert 1" />
 | 
					                  <Text strokeType="OUTSIDE" strokeWidth="0.0" text="Freitag" textAlignment="CENTER" wrappingWidth="120.0">
 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btSecondDessertThu" alignment="CENTER" mnemonicParsing="false" onAction="#setButtonActive" prefHeight="78.0" prefWidth="218.0" text="Dessert 2" />
 | 
					 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btNoDessertThu" alignment="CENTER" mnemonicParsing="false" onAction="#setButtonActive" prefHeight="20.0" prefWidth="170.0" text="kein Dessert" />
 | 
					 | 
				
			||||||
                            </children>
 | 
					 | 
				
			||||||
                        </VBox>
 | 
					 | 
				
			||||||
                    </children>
 | 
					 | 
				
			||||||
                </VBox>
 | 
					 | 
				
			||||||
                <VBox prefHeight="350.0" prefWidth="180.0" style="-fx-background-color: transparent; -fx-padding: 5;">
 | 
					 | 
				
			||||||
                    <children>
 | 
					 | 
				
			||||||
                        <Label alignment="CENTER" contentDisplay="TOP" prefHeight="23.0" prefWidth="196.0" style="-fx-background-color: lightdarkblue;" text="Freitag" textAlignment="CENTER">
 | 
					 | 
				
			||||||
                     <VBox.margin>
 | 
					                     <VBox.margin>
 | 
				
			||||||
                                <Insets bottom="10.0" />
 | 
					                        <Insets />
 | 
				
			||||||
                     </VBox.margin>
 | 
					                     </VBox.margin>
 | 
				
			||||||
                     <font>
 | 
					                     <font>
 | 
				
			||||||
                                <Font size="18.0" />
 | 
					                        <Font size="23.0" />
 | 
				
			||||||
                     </font>
 | 
					                     </font>
 | 
				
			||||||
                        </Label>
 | 
					                  </Text>
 | 
				
			||||||
                        <VBox prefHeight="200.0" prefWidth="100.0">
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="Gericht 1">
 | 
				
			||||||
                            <children>
 | 
					 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btFirstMealFri" alignment="CENTER" mnemonicParsing="false" onAction="#setButtonActive" prefHeight="78.0" prefWidth="218.0" text="Mahlzeit 1" />
 | 
					 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btSecondMealFri" alignment="CENTER" mnemonicParsing="false" onAction="#setButtonActive" prefHeight="78.0" prefWidth="218.0" text="Mahlzeit 2" />
 | 
					 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btNoMealFri" alignment="CENTER" mnemonicParsing="false" onAction="#setButtonActive" prefHeight="20.0" prefWidth="170.0" text="Keine Mahlzeit">
 | 
					 | 
				
			||||||
                     <VBox.margin>
 | 
					                     <VBox.margin>
 | 
				
			||||||
                                        <Insets bottom="20.0" />
 | 
					                        <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
                     </VBox.margin>
 | 
					                     </VBox.margin>
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
 | 
					                  </Button>
 | 
				
			||||||
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="Gericht 2">
 | 
				
			||||||
 | 
					                     <VBox.margin>
 | 
				
			||||||
 | 
					                        <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
 | 
					                     </VBox.margin>
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
 | 
					                  </Button>
 | 
				
			||||||
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="ablehen">
 | 
				
			||||||
 | 
					                     <VBox.margin>
 | 
				
			||||||
 | 
					                        <Insets bottom="55.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
 | 
					                     </VBox.margin>
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets left="25.0" right="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
 | 
					                  </Button>
 | 
				
			||||||
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="Dessert 1">
 | 
				
			||||||
 | 
					                     <VBox.margin>
 | 
				
			||||||
 | 
					                        <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
 | 
					                     </VBox.margin>
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
 | 
					                  </Button>
 | 
				
			||||||
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="Dessert 2">
 | 
				
			||||||
 | 
					                     <VBox.margin>
 | 
				
			||||||
 | 
					                        <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
 | 
					                     </VBox.margin>
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
 | 
					                  </Button>
 | 
				
			||||||
 | 
					                  <Button id="btFoodChoice" mnemonicParsing="false" text="ablehen">
 | 
				
			||||||
 | 
					                     <padding>
 | 
				
			||||||
 | 
					                        <Insets left="25.0" right="25.0" />
 | 
				
			||||||
 | 
					                     </padding>
 | 
				
			||||||
                  </Button>
 | 
					                  </Button>
 | 
				
			||||||
               </children>
 | 
					               </children>
 | 
				
			||||||
                        </VBox>
 | 
					               <HBox.margin>
 | 
				
			||||||
                        <VBox prefHeight="200.0" prefWidth="100.0">
 | 
					                  <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
 | 
				
			||||||
                            <children>
 | 
					               </HBox.margin>
 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btFirstDessertFri" alignment="CENTER" mnemonicParsing="false" onAction="#setButtonActive" prefHeight="78.0" prefWidth="218.0" text="Dessert 1" />
 | 
					 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btSecondDessertFri" alignment="CENTER" mnemonicParsing="false" onAction="#setButtonActive" prefHeight="78.0" prefWidth="218.0" text="Dessert 2" />
 | 
					 | 
				
			||||||
                                <Button id="btFoodChoice" fx:id="btNoDessertFri" alignment="CENTER" mnemonicParsing="false" onAction="#setButtonActive" prefHeight="20.0" prefWidth="170.0" text="kein Dessert" />
 | 
					 | 
				
			||||||
                            </children>
 | 
					 | 
				
			||||||
                        </VBox>
 | 
					 | 
				
			||||||
                    </children>
 | 
					 | 
				
			||||||
            </VBox>
 | 
					            </VBox>
 | 
				
			||||||
         </children>
 | 
					         </children>
 | 
				
			||||||
      </HBox>
 | 
					      </HBox>
 | 
				
			||||||
        <Button id="btPlaceOrder" fx:id="btSaveOrder" layoutX="379.0" layoutY="527.0" mnemonicParsing="false" prefHeight="40.0" prefWidth="150.0" text="Bestellung abschicken" />
 | 
					      <Button id="btPlaceOrder" layoutX="378.0" layoutY="675.0" mnemonicParsing="false" prefHeight="53.0" prefWidth="134.0" text="Jetzt Bestellen" />
 | 
				
			||||||
        <ComboBox id="cbChooseChild" fx:id="cbPickChild" layoutX="29.0" layoutY="34.0" prefWidth="150.0" promptText="Wähle Kind" stylesheets="@menue.css" />
 | 
					      <ComboBox id="cbChooseChild" layoutX="63.0" layoutY="689.0" prefWidth="150.0" promptText="Kind auswählen" />
 | 
				
			||||||
        <ListView id="lvShowDescription" fx:id="lvFoodInfo" layoutX="20.0" layoutY="115.0" prefHeight="370.0" prefWidth="200.0" />
 | 
					      <Text layoutX="650.0" layoutY="711.0" strokeType="OUTSIDE" strokeWidth="0.0" text="[Gesambetrag]" wrappingWidth="168.0">
 | 
				
			||||||
 | 
					         <font>
 | 
				
			||||||
 | 
					            <Font size="24.0" />
 | 
				
			||||||
 | 
					         </font>
 | 
				
			||||||
 | 
					      </Text>
 | 
				
			||||||
   </children>
 | 
					   </children>
 | 
				
			||||||
</AnchorPane>
 | 
					</AnchorPane>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,9 +6,9 @@
 | 
				
			|||||||
<?import javafx.scene.layout.*?>
 | 
					<?import javafx.scene.layout.*?>
 | 
				
			||||||
<?import javafx.scene.text.*?>
 | 
					<?import javafx.scene.text.*?>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<BorderPane fx:id="contentView" prefHeight="900.0" prefWidth="1200.0" stylesheets="@menue.css" xmlns="http://javafx.com/javafx/17.0.2-ea" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.bib.essensbestellungsverwaltung.ParentMenuController">
 | 
					<BorderPane fx:id="contentView" prefHeight="750.0" prefWidth="1200.0" stylesheets="@menue.css" xmlns="http://javafx.com/javafx/17.0.2-ea" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.bib.essensbestellungsverwaltung.ParentMenuController">
 | 
				
			||||||
    <left>
 | 
					    <left>
 | 
				
			||||||
        <VBox alignment="TOP_CENTER" prefHeight="900.0" prefWidth="350.0" spacing="10.0" style="-fx-background-color: #69b6ff; -fx-padding: 20;" BorderPane.alignment="CENTER">
 | 
					        <VBox alignment="TOP_CENTER" prefHeight="750.0" prefWidth="350.0" spacing="10.0" style="-fx-background-color: #69b6ff; -fx-padding: 20;" BorderPane.alignment="CENTER">
 | 
				
			||||||
            <children>
 | 
					            <children>
 | 
				
			||||||
                <Button fx:id="essensplanButton" alignment="CENTER_LEFT" mnemonicParsing="false" onMouseClicked="#onEssensplanClick" prefHeight="60.0" prefWidth="250.0" styleClass="sidebar-nav_button" text="Essensplan">
 | 
					                <Button fx:id="essensplanButton" alignment="CENTER_LEFT" mnemonicParsing="false" onMouseClicked="#onEssensplanClick" prefHeight="60.0" prefWidth="250.0" styleClass="sidebar-nav_button" text="Essensplan">
 | 
				
			||||||
                    <font>
 | 
					                    <font>
 | 
				
			||||||
@@ -63,7 +63,7 @@
 | 
				
			|||||||
        </VBox>
 | 
					        </VBox>
 | 
				
			||||||
    </left>
 | 
					    </left>
 | 
				
			||||||
    <top>
 | 
					    <top>
 | 
				
			||||||
        <HBox alignment="CENTER_RIGHT" prefHeight="40.0" prefWidth="1200.0" style="-fx-background-color: #69b6ff;" BorderPane.alignment="CENTER">
 | 
					        <HBox alignment="CENTER_RIGHT" prefHeight="50.0" prefWidth="1200.0" style="-fx-background-color: #69b6ff;" BorderPane.alignment="CENTER">
 | 
				
			||||||
         <children>
 | 
					         <children>
 | 
				
			||||||
            <Button mnemonicParsing="false" onMouseClicked="#onAusloggenClick" styleClass="sidebar-nav_button" text="Ausloggen">
 | 
					            <Button mnemonicParsing="false" onMouseClicked="#onAusloggenClick" styleClass="sidebar-nav_button" text="Ausloggen">
 | 
				
			||||||
               <opaqueInsets>
 | 
					               <opaqueInsets>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,9 +6,9 @@
 | 
				
			|||||||
<?import javafx.scene.layout.*?>
 | 
					<?import javafx.scene.layout.*?>
 | 
				
			||||||
<?import javafx.scene.text.*?>
 | 
					<?import javafx.scene.text.*?>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<BorderPane fx:id="contentView" prefHeight="900.0" prefWidth="1200.0" stylesheets="@menue.css" xmlns="http://javafx.com/javafx/17.0.2-ea" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.bib.essensbestellungsverwaltung.WorkerMenuController">
 | 
					<BorderPane fx:id="contentView" prefHeight="750.0" prefWidth="1200.0" stylesheets="@menue.css" xmlns="http://javafx.com/javafx/17.0.2-ea" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.bib.essensbestellungsverwaltung.WorkerMenuController">
 | 
				
			||||||
    <left>
 | 
					    <left>
 | 
				
			||||||
        <VBox alignment="TOP_CENTER" prefHeight="900.0" prefWidth="350.0" spacing="10.0" style="-fx-background-color: #69b6ff; -fx-padding: 20;" BorderPane.alignment="CENTER">
 | 
					        <VBox alignment="TOP_CENTER" prefHeight="750.0" prefWidth="350.0" spacing="10.0" style="-fx-background-color: #69b6ff; -fx-padding: 20;" BorderPane.alignment="CENTER">
 | 
				
			||||||
            <children>
 | 
					            <children>
 | 
				
			||||||
                <Button fx:id="tagesbestellungButton" alignment="CENTER_LEFT" mnemonicParsing="false" onMouseClicked="#onTagesbestellungenClick" prefHeight="60.0" prefWidth="250.0" styleClass="sidebar-nav_button" text="Tagesbestellung">
 | 
					                <Button fx:id="tagesbestellungButton" alignment="CENTER_LEFT" mnemonicParsing="false" onMouseClicked="#onTagesbestellungenClick" prefHeight="60.0" prefWidth="250.0" styleClass="sidebar-nav_button" text="Tagesbestellung">
 | 
				
			||||||
                    <font>
 | 
					                    <font>
 | 
				
			||||||
@@ -93,7 +93,7 @@
 | 
				
			|||||||
        </VBox>
 | 
					        </VBox>
 | 
				
			||||||
    </left>
 | 
					    </left>
 | 
				
			||||||
    <top>
 | 
					    <top>
 | 
				
			||||||
        <HBox alignment="CENTER_RIGHT" prefHeight="40.0" prefWidth="1200.0" style="-fx-background-color: #69b6ff;" BorderPane.alignment="CENTER">
 | 
					        <HBox alignment="CENTER_RIGHT" prefHeight="50.0" prefWidth="1200.0" style="-fx-background-color: #69b6ff;" BorderPane.alignment="CENTER">
 | 
				
			||||||
            <children>
 | 
					            <children>
 | 
				
			||||||
                <Button mnemonicParsing="false" onMouseClicked="#onAusloggenClick" styleClass="sidebar-nav_button" text="Ausloggen">
 | 
					                <Button mnemonicParsing="false" onMouseClicked="#onAusloggenClick" styleClass="sidebar-nav_button" text="Ausloggen">
 | 
				
			||||||
                    <opaqueInsets>
 | 
					                    <opaqueInsets>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user