Example files of JavaFX added from openjfx
This commit is contained in:
parent
4f9d4b93c2
commit
b42888dc5d
6 changed files with 93 additions and 0 deletions
7
src/main/java/module-info.java
Normal file
7
src/main/java/module-info.java
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
module fr.myny.gui {
|
||||
requires javafx.controls;
|
||||
requires javafx.fxml;
|
||||
|
||||
opens fr.myny.gui to javafx.fxml;
|
||||
exports fr.myny.gui;
|
||||
}
|
||||
Reference in a new issue