Why Appletviewer throws error with this:
thread = new Thread(this,"main thread");
Why Appletviewer throws error with this:
thread = new Thread(this,"main thread");
I suspect you Thread is trying to do one of these in your Thread:
You have two solutions