How do I properly stop a running thread, now that Thread.stop() has been deprecated?
Created May 4, 2012
Rob Edmondson Check out http://java.sun.com/products/jdk/1.2/docs/guide/misc/threadPrimitiveDeprecation.html.
Created May 4, 2012