<?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"
	>
<channel>
	<title>Comments on: Using SwingWorker - A Step by Step tutorial</title>
	<atom:link href="http://www.javaswing.net/using-swingworker-a-step-by-step-tutorial.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.javaswing.net/using-swingworker-a-step-by-step-tutorial.html</link>
	<description>Swing, SWT and Java Desktop related Technologies</description>
	<pubDate>Tue, 06 Jan 2009 19:27:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Chris</title>
		<link>http://www.javaswing.net/using-swingworker-a-step-by-step-tutorial.html#comment-92</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 24 Oct 2008 22:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.javaswing.net/?p=33#comment-92</guid>
		<description>Excellent Article, 

I was really having a hard time with SwingWorker, finding information in Internet that wasn´t explicit and valid. After reading your post, I quickly understood this class's usage. THANKS!!!</description>
		<content:encoded><![CDATA[<p>Excellent Article, </p>
<p>I was really having a hard time with SwingWorker, finding information in Internet that wasn´t explicit and valid. After reading your post, I quickly understood this class&#8217;s usage. THANKS!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swing links of the week: June 29, 2008 : Pushing Pixels</title>
		<link>http://www.javaswing.net/using-swingworker-a-step-by-step-tutorial.html#comment-37</link>
		<dc:creator>Swing links of the week: June 29, 2008 : Pushing Pixels</dc:creator>
		<pubDate>Mon, 30 Jun 2008 19:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.javaswing.net/?p=33#comment-37</guid>
		<description>[...] new article on JavaSwing.net has a short overview on Swing threading and SwingWorker [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] new article on JavaSwing.net has a short overview on Swing threading and SwingWorker [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Sazonov</title>
		<link>http://www.javaswing.net/using-swingworker-a-step-by-step-tutorial.html#comment-36</link>
		<dc:creator>Andrew Sazonov</dc:creator>
		<pubDate>Sat, 28 Jun 2008 11:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.javaswing.net/?p=33#comment-36</guid>
		<description>Very good post. Also, there is one related technique that I've described recently in my blog. It's actually functionality that allows to perform scheduled execution  of events - more details are there:

http://www.soft-amis.com/serendipity/index.php?/archives/12-Class-that-any-Swing-application-cant-live-without.html</description>
		<content:encoded><![CDATA[<p>Very good post. Also, there is one related technique that I&#8217;ve described recently in my blog. It&#8217;s actually functionality that allows to perform scheduled execution  of events - more details are there:</p>
<p><a href="http://www.soft-amis.com/serendipity/index.php?/archives/12-Class-that-any-Swing-application-cant-live-without.html" rel="nofollow">http://www.soft-amis.com/serendipity/index.php?/archives/12-Class-that-any-Swing-application-cant-live-without.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.javaswing.net/using-swingworker-a-step-by-step-tutorial.html#comment-34</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sat, 28 Jun 2008 09:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.javaswing.net/?p=33#comment-34</guid>
		<description>Good article. Thanks.

You might want to look at Detangler. It shows you the exact lines in your code where you need to use SwingWorker.

    http://denova.com/Detangler/

Detangler is the easiest way to find the hardest Swing bugs. And it's free.</description>
		<content:encoded><![CDATA[<p>Good article. Thanks.</p>
<p>You might want to look at Detangler. It shows you the exact lines in your code where you need to use SwingWorker.</p>
<p>    <a href="http://denova.com/Detangler/" rel="nofollow">http://denova.com/Detangler/</a></p>
<p>Detangler is the easiest way to find the hardest Swing bugs. And it&#8217;s free.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus Jais</title>
		<link>http://www.javaswing.net/using-swingworker-a-step-by-step-tutorial.html#comment-33</link>
		<dc:creator>Markus Jais</dc:creator>
		<pubDate>Sat, 28 Jun 2008 06:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.javaswing.net/?p=33#comment-33</guid>
		<description>Great intro to SwingWorker. SwingWorker is really cool stuff. I used it a lot in my last project and don't want to miss it for any future Swing work.</description>
		<content:encoded><![CDATA[<p>Great intro to SwingWorker. SwingWorker is really cool stuff. I used it a lot in my last project and don&#8217;t want to miss it for any future Swing work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.javaswing.net/using-swingworker-a-step-by-step-tutorial.html#comment-32</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 27 Jun 2008 16:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.javaswing.net/?p=33#comment-32</guid>
		<description>Excellent text, nice prose.</description>
		<content:encoded><![CDATA[<p>Excellent text, nice prose.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
