Create module-info.java
This commit is contained in:
parent
e91511d5fb
commit
118c27fe35
1 changed files with 10 additions and 0 deletions
10
src/jfxlabproj/module-info.java
Normal file
10
src/jfxlabproj/module-info.java
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
module jfxlabproj {
|
||||||
|
requires javafx.controls;
|
||||||
|
requires javafx.fxml;
|
||||||
|
requires javafx.graphics;
|
||||||
|
requires java.desktop; // To access BufferedImage and ImageIO
|
||||||
|
requires javafx.swing; // To access SwingFXUtils
|
||||||
|
|
||||||
|
opens jfxlabproj to javafx.fxml;
|
||||||
|
exports jfxlabproj;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue