We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm trying to make a game, and i deal with Registry, and Authentication in a JFrame and then call the PApplet from that Frame after authentication, but i don't know how to send the data to the processing part of the application.
Appreciate any help. Thanks
Answers
I had a similar question, and the solution is simple. The generic java code:
applies to sketches. So the arguments passed at startup are in the variable
args
(sorry if the formatting is off, I'm learning the syntax)