finish javafx

This commit is contained in:
2026-05-17 22:19:51 +03:30
parent 54f96e8fb9
commit 30e199fc30
4 changed files with 40 additions and 15 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);
}
}