implement Launcher.java

This commit is contained in:
2026-05-21 04:47:49 -07:00
parent 12f0859717
commit c8c9d01f00
+2 -1
View File
@@ -4,6 +4,7 @@ import javafx.application.Application;
public class Launcher {
public static void main(String[] args) {
// TODO: Launch the JavaFX application by calling Application.launch(Main.class)
Application.launch(Main.class);
}
}