Skip to content

Missing imports for JSONObject & PImage #88

@sebastian-jansson

Description

@sebastian-jansson

... at least when running 2.7.0 directly from Processing under Ubuntu 22.04.
image

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?

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions