Commit 21032025

This commit is contained in:
2025-03-27 08:32:38 +07:00
parent 2da4c3621e
commit 71ecbe0c3e
5 changed files with 37 additions and 31 deletions

View File

@@ -34,7 +34,7 @@ public class MainApplication extends Application {
Screen screen = Screen.getPrimary();
Rectangle2D screenbound = screen.getVisualBounds();
Scene scene = new Scene(fxmlLoader.load(), screenbound.getWidth(), screenbound.getHeight());
stage.setTitle("MultiCam Capture App for ERHA 24032025");
stage.setTitle("MultiCam Capture App for ERHA 25032025-007");
stage.setScene(scene);
stage.setResizable(true);
stage.setMaximized(true);