Skip to content
Snippets Groups Projects
Commit 6b44969e authored by Dennis Eisold's avatar Dennis Eisold
Browse files

Test Kenngruppe gelöscht

parent 6fef3b4a
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,6 @@ public class App extends Application { ...@@ -64,7 +64,6 @@ public class App extends Application {
Label lblEingbae = new Label("Bitte Kenngruppe eingeben!"); Label lblEingbae = new Label("Bitte Kenngruppe eingeben!");
TextField tfEingabe = new TextField(); TextField tfEingabe = new TextField();
tfEingabe.setText("Enigma");
Button btnKenngruppe = new Button("Kenngruppe setzen!"); Button btnKenngruppe = new Button("Kenngruppe setzen!");
VBox layout = new VBox(); VBox layout = new VBox();
layout.setSpacing(30); layout.setSpacing(30);
......
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