Skip to content

Commit 4613601

Browse files
authored
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.
1 parent 1de90d4 commit 4613601

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

java/src/processing/mode/java/JavaBuild.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,9 @@ static public String[] getArgsJavaFX(String modulePath) {
10831083
// Full list of modules, let's not commit to all of these unless
10841084
// a compelling argument is made or a reason presents itself.
10851085
//"javafx.base,javafx.controls,javafx.fxml,javafx.graphics,javafx.media,javafx.swing,javafx.web"
1086-
"--add-modules", "javafx.base,javafx.graphics,javafx.swing",
1086+
// "--add-modules", "javafx.base,javafx.graphics,javafx.swing",
1087+
// ***** change to:
1088+
"--add-modules", "javafx.base,javafx.graphics,javafx.swing,javafx.controls,javafx.media,javafx.web,javafx.fxml",
10871089

10881090
// TODO Presumably, this is only because com.sun.* classes are being used?
10891091
// https://github.com/processing/processing4/issues/208

0 commit comments

Comments
 (0)