projekt erstellt
This commit is contained in:
8
Happy_Bird/src/main/java/module-info.java
Normal file
8
Happy_Bird/src/main/java/module-info.java
Normal file
@@ -0,0 +1,8 @@
|
||||
module com.example.happy_bird {
|
||||
requires javafx.controls;
|
||||
requires javafx.fxml;
|
||||
|
||||
|
||||
opens com.example.happy_bird to javafx.fxml;
|
||||
exports com.example.happy_bird;
|
||||
}
|
Reference in New Issue
Block a user