diff --git a/src/main/resources/projekt/enigma/gui.fxml b/src/main/resources/projekt/enigma/gui.fxml index 4497423e5e3d54c921dd0f969819a977ce27199c..fbe012fff419ac1fb406d65f1a618760c8021f68 100644 --- a/src/main/resources/projekt/enigma/gui.fxml +++ b/src/main/resources/projekt/enigma/gui.fxml @@ -241,7 +241,7 @@ <Font name="System Bold" size="18.0" /> </font> </Button> - <Button fx:id="btnDelete" minHeight="44.0" mnemonicParsing="false" prefHeight="48.0" prefWidth="51.0" style="-fx-background-radius: 100; -fx-background-color: #0d0d0d;" text="<" textFill="#fffdfd" GridPane.columnIndex="10" GridPane.rowIndex="5"> + <Button fx:id="btnDelete" minHeight="44.0" mnemonicParsing="false" onAction="#loeschen" prefHeight="48.0" prefWidth="51.0" style="-fx-background-radius: 100; -fx-background-color: #0d0d0d;" text="<" textFill="#fffdfd" GridPane.columnIndex="10" GridPane.rowIndex="5"> <font> <Font size="18.0" /> </font> @@ -604,9 +604,9 @@ </GridPane> <FlowPane layoutX="736.0" layoutY="51.0" prefHeight="173.0" prefWidth="195.0" AnchorPane.rightAnchor="36.0" AnchorPane.topAnchor="51.0"> <children> - <Button fx:id="btnEmpfangen" mnemonicParsing="false" prefHeight="80.0" prefWidth="195.0" text="Funkspruch empfangen" /> + <Button fx:id="btnEmpfangen" mnemonicParsing="false" onAction="#empfangeFunkspruch" prefHeight="80.0" prefWidth="195.0" text="Funkspruch empfangen" /> <Label prefHeight="17.0" prefWidth="195.0" /> - <Button fx:id="btnSenden" mnemonicParsing="false" prefHeight="80.0" prefWidth="195.0" text="An Funker senden" /> + <Button fx:id="btnSenden" mnemonicParsing="false" onAction="#sendeFunkspruch" prefHeight="80.0" prefWidth="195.0" text="An Funker senden" /> </children> </FlowPane> <GridPane layoutX="23.0" layoutY="222.0" prefHeight="60.0" prefWidth="270.0" AnchorPane.leftAnchor="23.0" AnchorPane.topAnchor="222.0">