Updated readme; Init projekt

- Updated the README file
- Created a IDEA project inside the folder
This commit is contained in:
Stefan-5422
2022-02-11 10:07:18 +01:00
parent 4bd8549125
commit 3996d6383b
14 changed files with 274 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
module com.yes.yes {
requires javafx.controls;
requires javafx.fxml;
opens com.yes.yes to javafx.fxml;
exports com.yes.yes;
}