Create vsquared-patch-1

Please add _all seven of the javafx modules so that we may use JavaFX controls in our apps. Thanks.
This commit is contained in:
vsquared
2024-11-16 15:59:15 -06:00
committed by GitHub
parent fc463efed9
commit 1de90d4c58
+5
View File
@@ -0,0 +1,5 @@
In JavaBuild.java line 1086
change this line:
"--add-modules", "javafx.base,javafx.graphics,javafx.swing",
to this:
"--add-modules", "javafx.base,javafx.graphics,javafx.swing,javafx.controls,javafx.media,javafx.web,javafx.fxml",