Submitted On 03-DEC-2003
Marc__
Operations which lasts for more than a second in Swing apps
should in most cases be using SwingWorker. Why is it *still*
not part of Swing?
Submitted On 22-MAY-2005
greggwon
I created an extension to SwingWorker called ComponentUpdateThread that takes care of addition items for the user such as disabliing buttons during operations etc. It also provides the use of Generics in construct(). The swingutil.dev.java.net project is where this class can be found.
Submitted On 04-AUG-2005
Is there any reason not to add SwingWorker?
It is annoying to have to add vendor supplied framework code to applications...
Submitted On 29-SEP-2005
offirb
I think that SwingWorker should be part of the JDK
Submitted On 11-NOV-2005
anilp1
How large is the SwingWorker jar file? I am planning to distribute my app using Java Web Start and am trying to make the download as small as possible, to help slow dialup users.
Submitted On 14-DEC-2005
Should be usefull to add not only swingworker (referring to asyncronous model), but also a system that permits to use the synchronous model. See foxtrot for details (see http://foxtrot.sourceforge.net/docs/introduction.php). This model is more flexible and permits an easy way to manage time consuming events.
Submitted On 12-APR-2006
desavera
I also think the SwingWorker should be part of JDK.
Submitted On 18-JUL-2006
SwingWorker is very useful when building Swing GUIs and I think it should be part of JDK.
Submitted On 20-AUG-2006
ngavarta@gmail.com
i give my vote to SwingWorker
Submitted On 16-APR-2007
addicted_to_java
I think SwingWorker should be part of JDK.
Submitted On 22-APR-2007
binaryFusion
I give my vote in favour of this proposal.
Submitted On 30-JUL-2007
cchhaanndduu:
I give my vote to SwingWorker class to be included in JDK. This is very useful in the programs where the initialisation of the GUI takes long duration.
cchhaanndduu@gmail.com
Submitted On 08-AUG-2008
AshishModak
I also think the SwingWorker should be part of JDK.
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|