<?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: An editor for SwingX Painters?</title>
	<atom:link href="http://www.l2fprod.com/blog/2006/09/17/an_editor_for_swingx_painters/feed/" rel="self" type="application/rss+xml" />
	<link>http://l2fprod.com/blog/2006/09/17/an_editor_for_swingx_painters/</link>
	<description>log.info("fred is blogging");</description>
	<pubDate>Thu, 09 Feb 2012 09:54:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: C.Koc</title>
		<link>http://l2fprod.com/blog/2006/09/17/an_editor_for_swingx_painters/#comment-8</link>
		<dc:creator>C.Koc</dc:creator>
		<pubDate>Sat, 23 Sep 2006 23:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.l2fprod-hosting.dyndns.org/blog/?p=16#comment-8</guid>
		<description>Fred thanks for everything.

Actually i wonder a lot of things for your application.

1 - Your Editor ( JTable ?  ) is seems wonderful, is it a generic model or smt else?

2 - And Xml part of the application is also seems very well.

3 - Is is possible to share your source code with us.

{ forgive me for my english, i am not native speaker :) }</description>
		<content:encoded><![CDATA[<p>Fred thanks for everything.</p>
<p>Actually i wonder a lot of things for your application.</p>
<p>1 - Your Editor ( JTable ?  ) is seems wonderful, is it a generic model or smt else?</p>
<p>2 - And Xml part of the application is also seems very well.</p>
<p>3 - Is is possible to share your source code with us.</p>
<p>{ forgive me for my english, i am not native speaker <img src='http://l2fprod.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fred</title>
		<link>http://l2fprod.com/blog/2006/09/17/an_editor_for_swingx_painters/#comment-7</link>
		<dc:creator>fred</dc:creator>
		<pubDate>Thu, 21 Sep 2006 20:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.l2fprod-hosting.dyndns.org/blog/?p=16#comment-7</guid>
		<description>Make sure to post your questions to the Swinglabs forum: http://forums.java.net/jive/forum.jspa?forumID=73</description>
		<content:encoded><![CDATA[<p>Make sure to post your questions to the Swinglabs forum: <a href="http://forums.java.net/jive/forum.jspa?forumID=73" rel="nofollow">http://forums.java.net/jive/forum.jspa?forumID=73</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dhilshuk Reddy</title>
		<link>http://l2fprod.com/blog/2006/09/17/an_editor_for_swingx_painters/#comment-6</link>
		<dc:creator>Dhilshuk Reddy</dc:creator>
		<pubDate>Thu, 21 Sep 2006 09:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.l2fprod-hosting.dyndns.org/blog/?p=16#comment-6</guid>
		<description>You have done good work.
Currently iam doing a project using Java Swing and SwingX API.I need your help regarding painters .Please help me with a demo code.</description>
		<content:encoded><![CDATA[<p>You have done good work.<br />
Currently iam doing a project using Java Swing and SwingX API.I need your help regarding painters .Please help me with a demo code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fred</title>
		<link>http://l2fprod.com/blog/2006/09/17/an_editor_for_swingx_painters/#comment-5</link>
		<dc:creator>fred</dc:creator>
		<pubDate>Thu, 21 Sep 2006 08:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.l2fprod-hosting.dyndns.org/blog/?p=16#comment-5</guid>
		<description>The link buttons are coming from the SwingX library (swingx.dev.java.net), look for the JXHyperlink - it's a subclass of JButton, very easy to use.

I'll post the source code of the app either tomorrow or on early next week.

-fred</description>
		<content:encoded><![CDATA[<p>The link buttons are coming from the SwingX library (swingx.dev.java.net), look for the JXHyperlink - it&#8217;s a subclass of JButton, very easy to use.</p>
<p>I&#8217;ll post the source code of the app either tomorrow or on early next week.</p>
<p>-fred</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Chase</title>
		<link>http://l2fprod.com/blog/2006/09/17/an_editor_for_swingx_painters/#comment-4</link>
		<dc:creator>Andrew Chase</dc:creator>
		<pubDate>Tue, 19 Sep 2006 18:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.l2fprod-hosting.dyndns.org/blog/?p=16#comment-4</guid>
		<description>That's an interesting combination of Eclipse and Netbeans that you've settled upon. I had much the same experience as you, enjoying Eclipse for writing code and Netbeans mainly for Matisse. I found Netbeans too cumbersome on many other tasks.

Quick question, I was wondering if you used a library for adding the html-like links in the buttom of paintrhelpr? Would you mind showing a code snippet that sets up those buttons? Seems like it should be fairly simple, but I didn't see any examples of how to do it online...

Thanks,
Andrew</description>
		<content:encoded><![CDATA[<p>That&#8217;s an interesting combination of Eclipse and Netbeans that you&#8217;ve settled upon. I had much the same experience as you, enjoying Eclipse for writing code and Netbeans mainly for Matisse. I found Netbeans too cumbersome on many other tasks.</p>
<p>Quick question, I was wondering if you used a library for adding the html-like links in the buttom of paintrhelpr? Would you mind showing a code snippet that sets up those buttons? Seems like it should be fairly simple, but I didn&#8217;t see any examples of how to do it online&#8230;</p>
<p>Thanks,<br />
Andrew</p>
]]></content:encoded>
	</item>
</channel>
</rss>

