Files
School-Programming-Projekt-…/src/main/java/module-info.java
T
Stefan-5422 3996d6383b Updated readme; Init projekt
- Updated the README file
- Created a IDEA project inside the folder
2022-02-11 10:07:18 +01:00

8 lines
143 B
Java

module com.yes.yes {
requires javafx.controls;
requires javafx.fxml;
opens com.yes.yes to javafx.fxml;
exports com.yes.yes;
}