Initializing PApplet with arguments
in
Core Library Questions
•
8 months ago
Hello,
I'm using Netbeans and processing. I need to pass infrmation from one of my windows GUI to processing sketch. How ca In do that?
PApplet.main(new String[]{MYPACKAGE.MYCLASS.class.getName()});
with this line, I can't pass information to a sketch.
Thanks in advance.
1