Complete Workshop

This commit is contained in:
2026-05-18 21:32:59 +03:30
parent 54f96e8fb9
commit 2143d202b1
4 changed files with 33 additions and 14 deletions
+1 -1
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));
}
}