mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 03:11:08 +01:00
Add FX to ignorable imports
To get rid of missing library messages
This commit is contained in:
@@ -520,6 +520,7 @@ public class JavaBuild {
|
||||
protected boolean ignorableImport(String pkg) {
|
||||
if (pkg.startsWith("java.")) return true;
|
||||
if (pkg.startsWith("javax.")) return true;
|
||||
if (pkg.startsWith("javafx.")) return true;
|
||||
|
||||
if (pkg.startsWith("processing.core.")) return true;
|
||||
if (pkg.startsWith("processing.data.")) return true;
|
||||
|
||||
Reference in New Issue
Block a user