mirror of
https://github.com/processing/processing4.git
synced 2026-01-27 18:31:07 +01:00
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:
@@ -1083,8 +1083,6 @@ 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",
|
||||
// ***** 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?
|
||||
|
||||
Reference in New Issue
Block a user