Windows build

This commit is contained in:
2023-08-10 17:35:30 +03:00
parent fa9efb30c4
commit d9697b7da6
3 changed files with 88 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
package guru.dead.icf320;
public class Main {
public static void main(String[] args) {
MainApplication.main(args);
}
}

View File

@@ -1,4 +1,4 @@
module guru.dead.icf320 {
module icf320 {
requires javafx.controls;
requires javafx.fxml;