Kleine Bugfixes mit Labeltexten
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -460,7 +460,7 @@ public class HappyBirdMain extends Application {
|
|||||||
public void startButtonClick() {
|
public void startButtonClick() {
|
||||||
/*Überschrift umbenennen*/
|
/*Überschrift umbenennen*/
|
||||||
headline.setText("START");
|
headline.setText("START");
|
||||||
|
nameLabel.setText("NAME");
|
||||||
/*alle Buttons ausblenden*/
|
/*alle Buttons ausblenden*/
|
||||||
for(Button button : buttons) {
|
for(Button button : buttons) {
|
||||||
button.setVisible(false);
|
button.setVisible(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user