This commit is contained in:
2026-07-24 15:52:27 +03:30
parent 19789bf7d1
commit e17574e162
4 changed files with 89 additions and 16 deletions
+2 -2
View File
@@ -4,6 +4,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, args);
}
}
}