mirror of
https://github.com/Stefan-5422/School-Programming-Projekt-022022.git
synced 2026-09-04 08:56:01 +02:00
Updated readme; Init projekt
- Updated the README file - Created a IDEA project inside the folder
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user