This commit is contained in:
2025-10-03 01:00:03 -04:00
parent 1e078ef500
commit d18e1acc24
6 changed files with 63 additions and 18 deletions

View File

@@ -15,6 +15,7 @@ public class TestMainFx extends Application {
Scene scene = new Scene(root, 800, 600);
primaryStage.setScene(scene);
primaryStage.show();
} catch (Exception e) {
e.printStackTrace();
}