Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing imports for JSONObject & PImage #88

Open
sebastian-jansson opened this issue Jan 2, 2023 · 1 comment
Open

Missing imports for JSONObject & PImage #88

sebastian-jansson opened this issue Jan 2, 2023 · 1 comment
Assignees
Labels

Comments

@sebastian-jansson
Copy link

sebastian-jansson commented Jan 2, 2023

... 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?

@codingjoe
Copy link
Owner

Hm… I don't have that problem in the latest IDE on macOS. Which version of Processing are you running?

In any case, I'd certainly welcome a pull-request. The imports certainly don't break anything :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants