We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf88e6 commit 98b8ab9Copy full SHA for 98b8ab9
java/src/processing/mode/java/JavaBuild.java
@@ -520,6 +520,7 @@ public String preprocess(File srcFolder,
520
protected boolean ignorableImport(String pkg) {
521
if (pkg.startsWith("java.")) return true;
522
if (pkg.startsWith("javax.")) return true;
523
+ if (pkg.startsWith("javafx.")) return true;
524
525
if (pkg.startsWith("processing.core.")) return true;
526
if (pkg.startsWith("processing.data.")) return true;
0 commit comments