SwingWorker is Fixed, You Should Upgrade your JDK
September 25th, 2007
After I posted about surprising SwingWorker behavior a few days ago, Igor Kushnirskiy let me know about bug 6493680, fixed in Java 1.6.0_01.
I ran my test program numerous times this morning and confirmed the issue is indeed fixed.
If you are still running Java 1.6.0, definitely upgrade to the latest 1.6.0_0x release.
[...] September 25 I mentioned that SwingWorker is fixed and you should upgrade your [...]
is there any way to use SwingWorker in java5?
can i copy that and use?