diff options
Diffstat (limited to 'src/de/fhswf/in/inf/se/projektthemenvergabe/view/ProjektHinzufuegen.fxml')
| -rw-r--r-- | src/de/fhswf/in/inf/se/projektthemenvergabe/view/ProjektHinzufuegen.fxml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/de/fhswf/in/inf/se/projektthemenvergabe/view/ProjektHinzufuegen.fxml b/src/de/fhswf/in/inf/se/projektthemenvergabe/view/ProjektHinzufuegen.fxml index 1ce4cf7..d7c5fb2 100644 --- a/src/de/fhswf/in/inf/se/projektthemenvergabe/view/ProjektHinzufuegen.fxml +++ b/src/de/fhswf/in/inf/se/projektthemenvergabe/view/ProjektHinzufuegen.fxml @@ -95,7 +95,7 @@ </GridPane.margin> <children> <ComboBox fx:id="ansprechpartnerComboBox" prefHeight="25.0" prefWidth="500.0" /> - <Button mnemonicParsing="false" onAction="#handleResetAnsprechpartner" prefWidth="400.0" text="Zurücksetzen" /> + <Button fx:id="ansprechpartnerComboBoxReset" mnemonicParsing="false" onAction="#handleResetAnsprechpartner" prefWidth="400.0" text="Zurücksetzen" /> </children> </HBox> <HBox alignment="CENTER_LEFT" GridPane.columnIndex="1" GridPane.rowIndex="5"> @@ -104,7 +104,7 @@ </GridPane.margin> <children> <ComboBox fx:id="student1ComboBox" prefHeight="25.0" prefWidth="500.0" /> - <Button mnemonicParsing="false" onAction="#handleResetStudent1" prefWidth="400.0" text="Zurücksetzen" /> + <Button fx:id="student1ComboBoxReset" mnemonicParsing="false" onAction="#handleResetStudent1" prefWidth="400.0" text="Zurücksetzen" /> </children> </HBox> <HBox alignment="CENTER_LEFT" GridPane.columnIndex="1" GridPane.rowIndex="6"> @@ -113,7 +113,7 @@ </GridPane.margin> <children> <ComboBox fx:id="student2ComboBox" prefHeight="25.0" prefWidth="500.0" /> - <Button mnemonicParsing="false" onAction="#handleResetStudent2" prefWidth="400.0" text="Zurücksetzen" /> + <Button fx:id="student2ComboBoxReset" mnemonicParsing="false" onAction="#handleResetStudent2" prefWidth="400.0" text="Zurücksetzen" /> </children> </HBox> <HBox alignment="CENTER_LEFT" GridPane.columnIndex="1" GridPane.rowIndex="7"> @@ -122,7 +122,7 @@ </GridPane.margin> <children> <ComboBox fx:id="student3ComboBox" minHeight="-Infinity" prefHeight="25.0" prefWidth="500.0" /> - <Button mnemonicParsing="false" onAction="#handleResetStudent3" prefWidth="400.0" text="Zurücksetzen" /> + <Button fx:id="student3ComboBoxReset" mnemonicParsing="false" onAction="#handleResetStudent3" prefWidth="400.0" text="Zurücksetzen" /> </children> </HBox> <TextField fx:id="projektthemaTextField" prefWidth="500.0" GridPane.columnIndex="1"> |
