-
-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
Description
... at least when running 2.7.0 directly from Processing under Ubuntu 22.04.
Editor suggests importing the classes directly which solves it.
import processing.data.JSONObject;
import processing.core.PImage;
import java.io.File;
Are they not explicitly imported because they are included from somewhere else under different circumstances?