Launcher Class completed

This commit is contained in:
2026-07-16 20:58:10 +03:30
parent dc5c8413f6
commit e66ca8e06f
+1
View File
@@ -5,5 +5,6 @@ import javafx.application.Application;
public class Launcher { public class Launcher {
public static void main(String[] args) { public static void main(String[] args) {
// TODO: Launch the JavaFX application by calling Application.launch(Main.class) // TODO: Launch the JavaFX application by calling Application.launch(Main.class)
Application.launch(Main.class);
} }
} }