Java Processing: multiple PApplets?
in
Integration and Hardware
•
2 years ago
I'm having trouble with Java and Processing.
Does anyone know if Processing (PApplet) in Java can have only one instance? I am trying to have two PApplet instances talk to one another, but it's not working.
The only lead I have thought of is that the Processing init() method hogs available resources, or something like that. I'm a little out of my depth here.
A more in-depth description of my issue:
Thanks.
1