Skip to content
Snippets Groups Projects
Commit 376f830a authored by Uli Bähr's avatar Uli Bähr
Browse files

GuiController aufgeräumt => Namen geändert, auch in der gui.fxml (Namen: fxid)

parent 47a81f79
No related branches found
No related tags found
No related merge requests found
......@@ -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="&lt;" 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="&lt;" 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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment