What is this SwingWorker thing?
I'm trying to upgrade an application to use concurrency, but am having a problem loading SwingWorker.
I tried to compile the ProgressBarDemo, but got an error saying "SwingWorker cannot be resolved to a type."
So, I've been looking everywhere to find this SwingWorker class. It's included in the 1.6.0 JDK, but I'm not ready to use that yet as most of my users only have the 1.4.2 JRE.
There seems to be documentation all over for this SwingWorker class, but does it work with 1.4.2? If so, how can I get ahold of it? I downloaded the latest 1.4.2 JDK, but it's not included.
Should I even be using SwingWorker, or should I go with normal threads?
Thanks,
-Ben
Message was edited by:
codecontractor

