Example files of JavaFX added from openjfx

This commit is contained in:
name 2020-12-15 11:28:32 +01:00
parent 4f9d4b93c2
commit b42888dc5d
6 changed files with 93 additions and 0 deletions

View 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;
}