This commit is contained in:
Matin
2026-05-20 01:32:44 +04:30
parent 19789bf7d1
commit 017553d7a5
4 changed files with 47 additions and 4 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);
}
}