This commit is contained in:
2026-05-18 23:28:32 +03:30
parent 19789bf7d1
commit 7e31f9a969
4 changed files with 46 additions and 2 deletions
+1
View File
@@ -5,5 +5,6 @@ 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);
}
}