Compare commits

..

No commits in common. "edf4ca25952f2176808ce31dafa9d52f1c7c0cd6" and "d4ba26f435971ef3ac28e338a5f48cb64271d881" have entirely different histories.

14 changed files with 0 additions and 3 deletions

View File

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