commit 27/2025

Tambah Crop Setting
This commit is contained in:
2025-05-27 12:38:38 +07:00
parent 3d02641479
commit 957d642f5d
6 changed files with 17 additions and 7 deletions

View File

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