Initial commit

This commit is contained in:
2021-02-12 22:25:41 +01:00
commit 61e34a3cdf
9 changed files with 191 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
module app {
requires javafx.base;
requires javafx.controls;
requires javafx.fxml;
requires javafx.graphics;
exports app;
}