This commit is contained in:
Mats Pape 2022-01-10 12:17:38 +01:00
commit c6bf25bb6f
3 changed files with 7 additions and 0 deletions

View File

@ -94,7 +94,14 @@ public class HappyBirdMain extends Application {
labelsFormating(labels, pane);
headlineFormating(headlineLabels, pane);
<<<<<<< HEAD
/**alle labels an ihre Stelle:*/
=======
/*Überschrift umbenennen, falls aus anderem Screen*/
headline.setText("HAPPY BIRD");
/*alle labels an ihre Stelle:*/
>>>>>>> edf4ca25952f2176808ce31dafa9d52f1c7c0cd6
int yPositionLabels = 225;
for (Label label : labels) {
label.setLayoutX(275);