Destroy
now that thread's stop and destroy methods have been deprecated....how to accomplish destroying an applet.
The applet i wroteworks fine but when i try to close the window or tab containing
the applet the browser hangs.
i used some booleans to accomplish the pausing and resuming the threads but with them at most what i can do is to pause their execution in the destroy method......but that seems to be insufficient.
can anybody reason it out?
Thanks!

