some unused Methods implemented

This commit is contained in:
2023-02-05 22:45:10 +01:00
parent 22cc69ecf7
commit 911dd9f2d3
5 changed files with 77 additions and 40 deletions

View File

@@ -222,7 +222,7 @@
<RadioButton fx:id="rbThurH2" layoutX="377.0" layoutY="565.0" mnemonicParsing="false" onAction="#getLabelValueWithRadio" visible="false" />
<RadioButton fx:id="rbFriH1" layoutX="377.0" layoutY="648.0" mnemonicParsing="false" onAction="#getLabelValueWithRadio" visible="false" />
<RadioButton fx:id="rbFriH2" layoutX="377.0" layoutY="692.0" mnemonicParsing="false" onAction="#getLabelValueWithRadio" visible="false" />
<Label layoutX="14.0" layoutY="176.0" text="30.01.2023" textFill="#6f7baf">
<Label fx:id="monDat" layoutX="14.0" layoutY="176.0" text="30.01.2023" textFill="#6f7baf">
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font>
@@ -230,7 +230,7 @@
<Insets />
</opaqueInsets>
</Label>
<Label layoutX="14.0" layoutY="299.0" text="31.01.2023" textFill="#6f7baf">
<Label fx:id="tueDat" layoutX="14.0" layoutY="299.0" text="31.01.2023" textFill="#6f7baf">
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font>
@@ -238,7 +238,7 @@
<Insets />
</opaqueInsets>
</Label>
<Label layoutX="14.0" layoutY="424.0" text="01.02.2023" textFill="#6f7baf">
<Label fx:id="wedDat" layoutX="14.0" layoutY="424.0" text="01.02.2023" textFill="#6f7baf">
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font>
@@ -246,7 +246,7 @@
<Insets />
</opaqueInsets>
</Label>
<Label layoutX="14.0" layoutY="543.0" text="02.02.2023" textFill="#6f7baf">
<Label fx:id="thurDat" layoutX="14.0" layoutY="543.0" text="02.02.2023" textFill="#6f7baf">
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font>
@@ -254,7 +254,7 @@
<Insets />
</opaqueInsets>
</Label>
<Label layoutX="14.0" layoutY="664.0" text="03.02.2023" textFill="#6f7baf">
<Label fx:id="friDat" layoutX="14.0" layoutY="664.0" text="03.02.2023" textFill="#6f7baf">
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font>