Compare commits

...

2 Commits

Author SHA1 Message Date
edf4ca2595 Aktuell 2022-01-10 12:11:39 +01:00
be13801a60 Merge Pipes und Pause 2021-12-21 11:07:39 +01:00
14 changed files with 3 additions and 0 deletions

View File

@ -130,6 +130,9 @@ public class HappyBirdMain extends Application {
labelsFormating(labels, pane);
headlineFormating(headlineLabels, pane);
/*Überschrift umbenennen, falls aus anderem Screen*/
headline.setText("HAPPY BIRD");
/*alle labels an ihre Stelle:*/
int yPositionLabels = 225;
for (Label label : labels) {