Fix #28: Anwendung standardmaessig im Vollbild starten

Fuegt stage.setMaximized(true) in PdfUmbenennerGuiApplication.start() hinzu,
so dass das Fenster beim Start automatisch maximiert wird.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-04-24 16:22:51 +02:00
parent 591c7ff94c
commit 7e2fec4c7b
@@ -58,6 +58,7 @@ public class PdfUmbenennerGuiApplication extends Application {
// Install the close-request handler that protects unsaved changes.
workspace.installCloseRequestHandler(primaryStage);
primaryStage.setMaximized(true);
primaryStage.show();
LOG.info("GUI: Hauptfenster erfolgreich angezeigt.");