I have 2 applets
One applet adds in some labeled text fields and reads in some user variables.
The second Applet Starts a simple pong game.
As you may have already guessed I'm trying to get the pong game to start up with the values I've read in. (the values are ball speed paddle speed Artificial Intellegence implementation of the paddles)
But i'm not sure how to give the data to pong applet. or how to make one applet start up the pong game after reading in the data. (having trouble getting the thread to start)