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:
+1
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user