I read somewhere that Thread.stop() is now deprecated. Now how on earth do we stop a thread ? I thought the solution would be Thread.interrupt() but that only works when the thread is sleeping, at least in JDK 1.1 documentation. I do not have the JDK 1.2 to hand, and I have started use multiple threads in Swing/JFC/. It seems to be idiocy to have a start method and not have a stop method. The stop() method justs halts the thread object and the garbage collector collects any rubbish. Thoughts? Pete
- Re: Deprecated `Thread.stop()' in forthcoming JDK 1.... peter . pilgrim
- Re: Deprecated `Thread.stop()' in forthcoming J... Pavel Tolkachev
- Re: Deprecated `Thread.stop()' in forthcomi... Daniel W. Dulitz x108
- Re: Deprecated `Thread.stop()' in forthcoming J... David Young
- RE: Deprecated `Thread.stop()' in forthcoming J... Harold G. Andrews II
- Re: Deprecated `Thread.stop()' in forthcoming J... Michael Sinz
- Re: Deprecated `Thread.stop()' in forthcomi... peter . pilgrim
- Re: Deprecated `Thread.stop()' in forth... Pavel Tolkachev
- Re: Deprecated `Thread.stop()' in f... peter . pilgrim
- Re: Deprecated `Thread.stop()'... peter . pilgrim
- Re: Deprecated `Thread.stop()' in forthcoming J... David Wall