Add all seven of the javafx modules to JavaBuild.java

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 19:56:10 -06:00
committed by GitHub
parent 1de90d4c58
commit 461360123c
+3 -1
View File
@@ -1083,7 +1083,9 @@ public class JavaBuild {
// Full list of modules, let's not commit to all of these unless
// a compelling argument is made or a reason presents itself.
//"javafx.base,javafx.controls,javafx.fxml,javafx.graphics,javafx.media,javafx.swing,javafx.web"
"--add-modules", "javafx.base,javafx.graphics,javafx.swing",
// "--add-modules", "javafx.base,javafx.graphics,javafx.swing",
// ***** change to:
"--add-modules", "javafx.base,javafx.graphics,javafx.swing,javafx.controls,javafx.media,javafx.web,javafx.fxml",
// TODO Presumably, this is only because com.sun.* classes are being used?
// https://github.com/processing/processing4/issues/208