Skip to content

Commit 7df7f28

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 cb26c90 commit 7df7f28

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,8 +1083,6 @@ 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",
1087-
// ***** change to:
10881086
"--add-modules", "javafx.base,javafx.graphics,javafx.swing,javafx.controls,javafx.media,javafx.web,javafx.fxml",
10891087

10901088
// TODO Presumably, this is only because com.sun.* classes are being used?

0 commit comments

Comments
 (0)