Hey just a question to prove me right or wrong. I am wondering what the 'this' in the following code refers to in terms of my applet.
mainThread = new Thread(this);
I believe that it refers to the run method which defines the thread. I was told I was wrong but given no answer so could someone enlighten me as to what it does?
Thanks a lot.
Lj