Wochenuebersicht kommentiert und getestet

This commit is contained in:
2024-01-19 10:49:55 +01:00
parent 1073423b16
commit c5a179a0d2
4 changed files with 68 additions and 15 deletions

View File

@@ -31,14 +31,8 @@
</VBox>
</left>
<right>
<GridPane styleClass="hauptmenue_wochenuebersicht">
<Label text="Montag" GridPane.columnIndex="0" GridPane.rowIndex="0"/>
<Label text="Dienstag" GridPane.columnIndex="1" GridPane.rowIndex="0"/>
<Label text="Mittwoch" GridPane.columnIndex="2" GridPane.rowIndex="0"/>
<Label text="Donnerstag" GridPane.columnIndex="3" GridPane.rowIndex="0"/>
<Label text="Freitag" GridPane.columnIndex="4" GridPane.rowIndex="0"/>
<GridPane fx:id="wochenplan" styleClass="hauptmenue_wochenuebersicht">
<Label text="Gericht1" styleClass="hauptmenue_gericht" GridPane.columnIndex="0" GridPane.rowIndex="1"/>
</GridPane>
</right>
</BorderPane>