codingjoe / codingjoe/MusicBeam
Missing imports for JSONObject & PImage
Open
bug
- Dominant language
- Processing
- Stars
- 294
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.