<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Great Java &#187; eclipse</title>
	<atom:link href="http://greatjava.org/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://greatjava.org</link>
	<description>Caffeinated Babblings!</description>
	<lastBuildDate>Tue, 11 May 2010 21:26:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Eclipse RCP and Swing</title>
		<link>http://greatjava.org/2004/05/eclipse-rcp-and-swing/</link>
		<comments>http://greatjava.org/2004/05/eclipse-rcp-and-swing/#comments</comments>
		<pubDate>Mon, 17 May 2004 23:39:47 +0000</pubDate>
		<dc:creator>The Great Java</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[rcp]]></category>

		<guid isPermaLink="false">/?p=15</guid>
		<description><![CDATA[To say the documentation for Eclipse release 3 is sparse would be generous!  I was able to get existing swing code working as a plug-in by creating a view, and then using the SWT_AWT class to create an AWT frame I could add my existing swing code UI to.  Worked like a charm [...]]]></description>
			<content:encoded><![CDATA[<p>To say the documentation for Eclipse release 3 is sparse would be generous!  I was able to get existing swing code working as a plug-in by creating a view, and then using the SWT_AWT class to create an AWT frame I could add my existing swing code UI to.  Worked like a charm save a few null pointer exceptions in the console that had no effect on use.  Cool stuff but&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://greatjava.org/2004/05/eclipse-rcp-and-swing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
