This commit is contained in:
Mats Pape 2022-01-10 12:16:50 +01:00
parent a8a66beb54
commit 6c7c27bc3f
10 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ public class HappyBirdMain extends Application {
*/
public void startGameButtonClick() {
nameLabel.setText("NAME: " + acronym.getText());
fgit or(TextField feld : inputFields) {
for(TextField feld : inputFields) {
feld.setVisible(false);
}
for (Label label : labels )