I'm trying to learn how to thread a class (specifically a method in a class) and I've come across Thread() and SwingWorker(). This is a swing application. Which should I choose and why? Also, is there some generic way to add implementation for threading to existing methods?
Thanks