Trial 05022025

This commit is contained in:
2025-02-05 15:20:21 +07:00
parent 29884c03ed
commit 30ef123832
11 changed files with 21247 additions and 299 deletions

View File

@@ -21,7 +21,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 03022025-011");
stage.setTitle("MultiCam Capture App for ERHA 03022025-033");
stage.setScene(scene);
stage.setResizable(true);
stage.setMaximized(true);