Trial 11022025
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user