To the compsci's, quick question:
In Java applets which are the methods that are required to be defined and what exactly do they do?
So far I think that init() must be defined (is that the only one that MUST be defined). And init acts like the "main" class of a standard java class
And then there is paint() which is for repainting the applet
I'm sure there's at least 1, if not 2 more methods I'm forgetting which are pretty fundamental to applets, someone fill me in please!