<?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: More community involvement with NetDEV</title>
	<atom:link href="http://eppleton.sharedhost.de/blog/?feed=rss2&#038;p=813" rel="self" type="application/rss+xml" />
	<link>http://eppleton.sharedhost.de/blog/?p=813</link>
	<description>Toni's blog on NetBeans and Java</description>
	<pubDate>Thu, 09 Sep 2010 11:41:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michel Graciano's Weblog</title>
		<link>http://eppleton.sharedhost.de/blog/?p=813&#038;cpage=1#comment-4853</link>
		<dc:creator>Michel Graciano's Weblog</dc:creator>
		<pubDate>Thu, 20 Aug 2009 21:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://eppleton.sharedhost.de/blog/?p=813#comment-4853</guid>
		<description>&lt;strong&gt;Want to develop some feature to NetBeans IDE? Join to NetDEV program...&lt;/strong&gt;

You might have heard about  NetCAT , the NetBeans Community Beta testing program. In an open source project like NetBeans it's no surprise there is a variety of other ways to contribute: You can help us fix bugs as  NetFIX team  member, or even cooper...</description>
		<content:encoded><![CDATA[<p><strong>Want to develop some feature to NetBeans IDE? Join to NetDEV program&#8230;</strong></p>
<p>You might have heard about  NetCAT , the NetBeans Community Beta testing program. In an open source project like NetBeans it&#8217;s no surprise there is a variety of other ways to contribute: You can help us fix bugs as  NetFIX team  member, or even cooper&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NetCAT 接下来是什么？NetFIX 和 NetDEV! - Technology</title>
		<link>http://eppleton.sharedhost.de/blog/?p=813&#038;cpage=1#comment-4370</link>
		<dc:creator>NetCAT 接下来是什么？NetFIX 和 NetDEV! - Technology</dc:creator>
		<pubDate>Fri, 31 Jul 2009 08:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://eppleton.sharedhost.de/blog/?p=813#comment-4370</guid>
		<description>[...] 查看项目网站，另请参见 Toni 的博文获取更多详细信息。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 查看项目网站，另请参见 Toni 的博文获取更多详细信息。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: What comes after NetCAT? NetFIX and NetDEV! - Technology</title>
		<link>http://eppleton.sharedhost.de/blog/?p=813&#038;cpage=1#comment-4306</link>
		<dc:creator>What comes after NetCAT? NetFIX and NetDEV! - Technology</dc:creator>
		<pubDate>Mon, 27 Jul 2009 13:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://eppleton.sharedhost.de/blog/?p=813#comment-4306</guid>
		<description>[...] the project websites and also see Toni&#8217;s post for more [...]</description>
		<content:encoded><![CDATA[<p>[...] the project websites and also see Toni&#8217;s post for more [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toni Epple &#187; Quick Tip 34: Making friends the easy way</title>
		<link>http://eppleton.sharedhost.de/blog/?p=813&#038;cpage=1#comment-4262</link>
		<dc:creator>Toni Epple &#187; Quick Tip 34: Making friends the easy way</dc:creator>
		<pubDate>Fri, 24 Jul 2009 07:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://eppleton.sharedhost.de/blog/?p=813#comment-4262</guid>
		<description>[...] starting my project to replcae the TabbedContainer in the NetDEV program, I needed access to some friend APIs. So I had to download the whole NetBeans source tree, [...]</description>
		<content:encoded><![CDATA[<p>[...] starting my project to replcae the TabbedContainer in the NetDEV program, I needed access to some friend APIs. So I had to download the whole NetBeans source tree, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toni</title>
		<link>http://eppleton.sharedhost.de/blog/?p=813&#038;cpage=1#comment-4247</link>
		<dc:creator>Toni</dc:creator>
		<pubDate>Thu, 23 Jul 2009 17:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://eppleton.sharedhost.de/blog/?p=813#comment-4247</guid>
		<description>Hi Varun, passing of the String to the UIManager isn't part of my project. It's just one way how users can set the look &amp; feel. 
--Toni</description>
		<content:encoded><![CDATA[<p>Hi Varun, passing of the String to the UIManager isn&#8217;t part of my project. It&#8217;s just one way how users can set the look &#038; feel.<br />
&#8211;Toni</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Varun</title>
		<link>http://eppleton.sharedhost.de/blog/?p=813&#038;cpage=1#comment-4246</link>
		<dc:creator>Varun</dc:creator>
		<pubDate>Thu, 23 Jul 2009 17:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://eppleton.sharedhost.de/blog/?p=813#comment-4246</guid>
		<description>Hi Toni,

I have minimal knowledge about the issue you're trying to resolve, but I have a suggestion, if you like. I think instead of hard-coding the LAF string passing to UIManager, you could map it to some property that could be read from some relevant properties file in the NB Platform Application project.

I hope this is making some sense.

Best Wishes,
Varun</description>
		<content:encoded><![CDATA[<p>Hi Toni,</p>
<p>I have minimal knowledge about the issue you&#8217;re trying to resolve, but I have a suggestion, if you like. I think instead of hard-coding the LAF string passing to UIManager, you could map it to some property that could be read from some relevant properties file in the NB Platform Application project.</p>
<p>I hope this is making some sense.</p>
<p>Best Wishes,<br />
Varun</p>
]]></content:encoded>
	</item>
</channel>
</rss>
