Hi,
someone asked me a question the other day and I got curious myself.
The problem he has is this: he's running Netscape to try out an
applet he made, but when he closes Netscape he found out that the system isn't giving him back all the resources. He has to kill the process with Ctrl-Alt-Del (he's running 95).
Looks like a
thread is still active. Now this should be handled with stop() and destroy() I think.
Could anyone give me an example in the form of a small very simple applet where explicitly destroy() is used to make sure all threads are killed (sounds kinda violent eh?).
I appreciate it!
Patrick