Name: Anonymous 2008-08-28 16:28
I'm having an issue passing variables from init() and paint() in a Java Applet- what's the rules on those again? I'm trying to pass variables from a user input window to a graphics display thing in paint(), but I can't get them to pass, the values are lost from init() to paint(). Ideas?