Please help me out here.I have an applet with the following methods
init()
start()
run() //of thread fame
paint()
update()
stop()
destroy()
Ok,so what I would like to know is the order of execution.Based on the javadoc I would say
init() start() run() update() paint()
Am I correct?
If I am correct, that puts me in deep shit because now I have a new set of questions .....
Thanks in advance

New Topic/Question
Reply



MultiQuote


|