2021-11-14 23:00:07 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<?import javafx.geometry.*?>
|
|
|
|
<?import javafx.scene.control.*?>
|
|
|
|
<?import javafx.scene.image.*?>
|
|
|
|
<?import javafx.scene.layout.*?>
|
|
|
|
|
2021-11-27 22:40:05 +01:00
|
|
|
<GridPane style="-fx-background-color: #424242;" xmlns="http://javafx.com/javafx" xmlns:fx="http://javafx.com/fxml/1" fx:controller="client.MainController">
|
2021-11-14 23:00:07 +01:00
|
|
|
<columnConstraints>
|
2021-11-15 13:17:43 +01:00
|
|
|
<ColumnConstraints hgrow="NEVER" maxWidth="60.0" minWidth="60.0" />
|
|
|
|
<ColumnConstraints hgrow="ALWAYS" />
|
2021-11-14 23:00:07 +01:00
|
|
|
</columnConstraints>
|
|
|
|
<rowConstraints>
|
2021-11-15 13:17:43 +01:00
|
|
|
<RowConstraints vgrow="SOMETIMES" />
|
2021-11-14 23:00:07 +01:00
|
|
|
</rowConstraints>
|
2021-11-26 13:01:08 +01:00
|
|
|
<VBox alignment="TOP_CENTER" prefHeight="200.0" prefWidth="100.0" spacing="5.0" style="-fx-background-color: #525E74;">
|
2021-11-14 23:00:07 +01:00
|
|
|
<ImageView fitHeight="50.0" fitWidth="50.0" pickOnBounds="true" preserveRatio="true">
|
2021-11-15 15:36:13 +01:00
|
|
|
|
2021-11-14 23:00:07 +01:00
|
|
|
</ImageView>
|
2021-11-15 15:36:13 +01:00
|
|
|
<Button onAction="#onAddBtnClick" styleClass="main-btn">
|
|
|
|
ADD
|
2021-11-14 23:00:07 +01:00
|
|
|
</Button>
|
2021-11-15 15:36:13 +01:00
|
|
|
<Button onAction="#onAddBtnClick" styleClass="main-btn">
|
2021-11-14 23:00:07 +01:00
|
|
|
ADD
|
|
|
|
</Button>
|
2021-11-15 15:36:13 +01:00
|
|
|
<Button onAction="#onAddBtnClick" styleClass="main-btn">
|
2021-11-14 23:00:07 +01:00
|
|
|
ADD
|
|
|
|
</Button>
|
|
|
|
</VBox>
|
2021-11-25 14:47:25 +01:00
|
|
|
<GridPane prefHeight="200.0" prefWidth="222.0" GridPane.columnIndex="1" GridPane.rowIndex="0">
|
2021-11-14 23:00:07 +01:00
|
|
|
<columnConstraints>
|
2021-11-25 14:47:25 +01:00
|
|
|
<ColumnConstraints hgrow="ALWAYS" />
|
|
|
|
<ColumnConstraints />
|
2021-11-14 23:00:07 +01:00
|
|
|
</columnConstraints>
|
|
|
|
<rowConstraints>
|
2021-11-25 14:47:25 +01:00
|
|
|
<RowConstraints />
|
2021-11-26 13:01:08 +01:00
|
|
|
<RowConstraints vgrow="ALWAYS" />
|
2021-11-14 23:00:07 +01:00
|
|
|
</rowConstraints>
|
2021-11-26 13:01:08 +01:00
|
|
|
<Label maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" styleClass="labelMonth" textFill="WHITE" GridPane.columnIndex="0" GridPane.rowIndex="0">
|
2021-11-14 23:00:07 +01:00
|
|
|
Monat
|
|
|
|
<padding>
|
2021-11-15 13:17:43 +01:00
|
|
|
<Insets left="5" />
|
2021-11-14 23:00:07 +01:00
|
|
|
</padding>
|
|
|
|
</Label>
|
|
|
|
|
2021-11-26 13:01:08 +01:00
|
|
|
<GridPane fx:id="calendarGrid" gridLinesVisible="true" styleClass="gridCalendar" GridPane.columnIndex="0" GridPane.rowIndex="1">
|
2021-11-25 14:47:25 +01:00
|
|
|
<columnConstraints>
|
2021-11-26 13:01:08 +01:00
|
|
|
<ColumnConstraints hgrow="ALWAYS" maxWidth="14.2857142857" minWidth="14.2857142857" percentWidth="14.2857142857" />
|
2021-11-25 14:47:25 +01:00
|
|
|
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857" />
|
|
|
|
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857" />
|
|
|
|
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857" />
|
|
|
|
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857" />
|
|
|
|
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857" />
|
|
|
|
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857" />
|
|
|
|
</columnConstraints>
|
|
|
|
<rowConstraints>
|
|
|
|
<RowConstraints maxHeight="55.0" minHeight="25.0" vgrow="NEVER" />
|
|
|
|
<RowConstraints percentHeight="-Infinity" vgrow="ALWAYS" />
|
|
|
|
</rowConstraints>
|
2021-11-26 13:01:08 +01:00
|
|
|
<Label maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" styleClass="labelDays" textFill="WHITE" GridPane.columnIndex="0" GridPane.rowIndex="0">
|
2021-11-25 14:47:25 +01:00
|
|
|
Montag
|
|
|
|
<padding>
|
|
|
|
<Insets left="5" />
|
|
|
|
</padding>
|
|
|
|
</Label>
|
2021-11-26 13:01:08 +01:00
|
|
|
<Label maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" styleClass="labelDays" textFill="WHITE" GridPane.columnIndex="1" GridPane.rowIndex="0">
|
2021-11-25 14:47:25 +01:00
|
|
|
Dienstag
|
|
|
|
<padding>
|
|
|
|
<Insets left="5" />
|
|
|
|
</padding>
|
|
|
|
</Label>
|
2021-11-26 13:01:08 +01:00
|
|
|
<Label maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" styleClass="labelDays" textFill="WHITE" GridPane.columnIndex="2" GridPane.rowIndex="0">
|
2021-11-25 14:47:25 +01:00
|
|
|
Mittwoch
|
|
|
|
<padding>
|
|
|
|
<Insets left="5" />
|
|
|
|
</padding>
|
|
|
|
</Label>
|
2021-11-26 13:01:08 +01:00
|
|
|
<Label maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" styleClass="labelDays" textFill="WHITE" GridPane.columnIndex="3" GridPane.rowIndex="0">
|
2021-11-25 14:47:25 +01:00
|
|
|
Donnerstag
|
|
|
|
<padding>
|
|
|
|
<Insets left="5" />
|
|
|
|
</padding>
|
|
|
|
</Label>
|
2021-11-26 13:01:08 +01:00
|
|
|
<Label maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" styleClass="labelDays" textFill="WHITE" GridPane.columnIndex="4" GridPane.rowIndex="0">
|
2021-11-25 14:47:25 +01:00
|
|
|
Freitag
|
|
|
|
<padding>
|
|
|
|
<Insets left="5" />
|
|
|
|
</padding>
|
|
|
|
</Label>
|
2021-11-26 13:01:08 +01:00
|
|
|
<Label maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" styleClass="labelDays" textFill="WHITE" GridPane.columnIndex="5" GridPane.rowIndex="0">
|
2021-11-25 14:47:25 +01:00
|
|
|
Samstag
|
|
|
|
<padding>
|
|
|
|
<Insets left="5" />
|
|
|
|
</padding>
|
|
|
|
</Label>
|
2021-11-26 13:01:08 +01:00
|
|
|
<Label maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" styleClass="labelDays" textFill="WHITE" GridPane.columnIndex="6" GridPane.rowIndex="0">
|
2021-11-25 14:47:25 +01:00
|
|
|
Sonntag
|
|
|
|
<padding>
|
|
|
|
<Insets left="5" />
|
|
|
|
</padding>
|
|
|
|
</Label>
|
|
|
|
</GridPane>
|
2021-11-14 23:00:07 +01:00
|
|
|
</GridPane>
|
|
|
|
</GridPane>
|