Runing PApplet methods from Jframe
in
Programming Questions
•
2 years ago
I've put a PApplet inside a JFrame and started it with myPApplet.init();
But when I try to do: myPApplet.myMethod();
I get error because it can't find the method. Is there a way I can do this?
Thank you very much,
Nestor
1