<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SwingWorker not on Java 6.0</title>
	<atom:link href="http://technote.wsjoung.com/2008/04/24/swingworker-not-on-java-60/feed/" rel="self" type="application/rss+xml" />
	<link>http://technote.wsjoung.com/2008/04/24/swingworker-not-on-java-60/</link>
	<description>simple note</description>
	<lastBuildDate>Fri, 09 Dec 2011 14:46:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Blog bookmarks 04/26/2008 &#171; My Diigo bookmarks</title>
		<link>http://technote.wsjoung.com/2008/04/24/swingworker-not-on-java-60/comment-page-1/#comment-99</link>
		<dc:creator>Blog bookmarks 04/26/2008 &#171; My Diigo bookmarks</dc:creator>
		<pubDate>Sat, 26 Apr 2008 06:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://wsjoung.wordpress.com/?p=84#comment-99</guid>
		<description>[...] SwingWorker not on Java 6.0 « {Complexity} [...]</description>
		<content:encoded><![CDATA[<p>[...] SwingWorker not on Java 6.0 « {Complexity} [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thierry</title>
		<link>http://technote.wsjoung.com/2008/04/24/swingworker-not-on-java-60/comment-page-1/#comment-98</link>
		<dc:creator>Thierry</dc:creator>
		<pubDate>Fri, 25 Apr 2008 10:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://wsjoung.wordpress.com/?p=84#comment-98</guid>
		<description>SwingWorker for Java 1.4 is contributed by SUN :
http://java.sun.com/products/jfc/tsc/articles/threads/src/SwingWorker.java

A much better SwingWorker exists in 1.5 in the SwingLabs API:
http://www.swinglabs.org/</description>
		<content:encoded><![CDATA[<p>SwingWorker for Java 1.4 is contributed by SUN :<br />
<a href="http://java.sun.com/products/jfc/tsc/articles/threads/src/SwingWorker.java" rel="nofollow">http://java.sun.com/products/jfc/tsc/articles/threads/src/SwingWorker.java</a></p>
<p>A much better SwingWorker exists in 1.5 in the SwingLabs API:<br />
<a href="http://www.swinglabs.org/" rel="nofollow">http://www.swinglabs.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://technote.wsjoung.com/2008/04/24/swingworker-not-on-java-60/comment-page-1/#comment-97</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 24 Apr 2008 15:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://wsjoung.wordpress.com/?p=84#comment-97</guid>
		<description>That seems overly complex.  Why not just create a Runnable and do SwingUtilities.invokeLater()?</description>
		<content:encoded><![CDATA[<p>That seems overly complex.  Why not just create a Runnable and do SwingUtilities.invokeLater()?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laird Nelson</title>
		<link>http://technote.wsjoung.com/2008/04/24/swingworker-not-on-java-60/comment-page-1/#comment-95</link>
		<dc:creator>Laird Nelson</dc:creator>
		<pubDate>Thu, 24 Apr 2008 15:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://wsjoung.wordpress.com/?p=84#comment-95</guid>
		<description>But SwingWorker IS in Java 6.0.</description>
		<content:encoded><![CDATA[<p>But SwingWorker IS in Java 6.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wsjoung</title>
		<link>http://technote.wsjoung.com/2008/04/24/swingworker-not-on-java-60/comment-page-1/#comment-96</link>
		<dc:creator>wsjoung</dc:creator>
		<pubDate>Thu, 24 Apr 2008 14:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://wsjoung.wordpress.com/?p=84#comment-96</guid>
		<description>Right, it&#039;s in Java6.0 but what if we do not want, and we do not want clients upgrade VM.</description>
		<content:encoded><![CDATA[<p>Right, it&#8217;s in Java6.0 but what if we do not want, and we do not want clients upgrade VM.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

