codingjoe / codingjoe/MusicBeam

Missing imports for JSONObject & PImage

Open
#88 1 comment 0 reactions 1 assignee Claimed by @sebastian-jansson View on GitHub
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.
![image](https://user-images.githubusercontent.com/54795430/210238857-960d412a-5474-41b7-bf51-97e6313d0d1e.png)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.