Trial 11022025

This commit is contained in:
2025-02-11 09:10:36 +07:00
parent 30ef123832
commit 00f9852fa8
29 changed files with 596 additions and 281 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-033");
stage.setTitle("MultiCam Capture App for ERHA 03022025-070");
stage.setScene(scene);
stage.setResizable(true);
stage.setMaximized(true);
@@ -37,6 +37,8 @@ public class MainApplication extends Application {
stage.show();
Logger.info("Application started");
}
public static void main(String[] args) {