Final Version 1.5

master
Eldar Sabic 2024-06-18 08:40:55 +02:00
parent 1473879fdc
commit 17be9c219b
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public class FluglogbuchController extends Application {
vbox.setAlignment(Pos.CENTER);
vbox.setPadding(new Insets(20));
Label welcomeLabel = new Label("Willkommen zur Software:\nDigitales Fluglogbuch Version 1.0");
Label welcomeLabel = new Label("Willkommen zur Software:\nDigitales Fluglogbuch Version 1.5");
welcomeLabel.setStyle("-fx-font-size: 16px; -fx-font-weight: bold; -fx-text-alignment: center;");
Label createdByLabel = new Label("Erstellt von:\nEldarDavudVlada Software GmbH");
createdByLabel.setStyle("-fx-font-size: 14px; -fx-text-alignment: center;");