<?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: Simple Text Editor with Java Swing</title>
	<atom:link href="http://www.buraak.com/2008/03/19/simple-text-editor-with-java-swing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.buraak.com/2008/03/19/simple-text-editor-with-java-swing/</link>
	<description>Computer Science &#038; Softwares - Latest Technology</description>
	<lastBuildDate>Wed, 23 Dec 2009 07:56:25 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Renaud</title>
		<link>http://www.buraak.com/2008/03/19/simple-text-editor-with-java-swing/comment-page-1/#comment-806</link>
		<dc:creator>Renaud</dc:creator>
		<pubDate>Fri, 19 Jun 2009 11:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.buraak.com/2008/03/19/simple-text-editor-with-java-swing/#comment-806</guid>
		<description>Hey, thanks a lot Burak, this example is neat, a concentrate of usefull java! It would be interesting to see it made with the model view controller pattern, to have the comparison. This is a good example, thanks again ;)</description>
		<content:encoded><![CDATA[<p>Hey, thanks a lot Burak, this example is neat, a concentrate of usefull java! It would be interesting to see it made with the model view controller pattern, to have the comparison. This is a good example, thanks again <img src='http://www.buraak.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Drake</title>
		<link>http://www.buraak.com/2008/03/19/simple-text-editor-with-java-swing/comment-page-1/#comment-522</link>
		<dc:creator>Tim Drake</dc:creator>
		<pubDate>Tue, 30 Sep 2008 23:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.buraak.com/2008/03/19/simple-text-editor-with-java-swing/#comment-522</guid>
		<description>Thank you for posting this. It has been very helpful in my work with Styled Documents.

Tim.</description>
		<content:encoded><![CDATA[<p>Thank you for posting this. It has been very helpful in my work with Styled Documents.</p>
<p>Tim.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: satya</title>
		<link>http://www.buraak.com/2008/03/19/simple-text-editor-with-java-swing/comment-page-1/#comment-389</link>
		<dc:creator>satya</dc:creator>
		<pubDate>Sat, 30 Aug 2008 14:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.buraak.com/2008/03/19/simple-text-editor-with-java-swing/#comment-389</guid>
		<description>I need to develop a RTF Text Editor which should support text attributes like (Bold, Italic, Underline, TextColor, FontName, FontSize, Alignments like LEFT,RIGHT,CENTER,JUSTIFY and Bullet Styles).

With the above code I can able to get except Alignments and Bullet styles. 

Can you please update those two styles related code.

Its urgent. I tried a lot, but could not able to get a perfect solution.

Looking forward your kind cooperation.

Thanks in Advance.</description>
		<content:encoded><![CDATA[<p>I need to develop a RTF Text Editor which should support text attributes like (Bold, Italic, Underline, TextColor, FontName, FontSize, Alignments like LEFT,RIGHT,CENTER,JUSTIFY and Bullet Styles).</p>
<p>With the above code I can able to get except Alignments and Bullet styles. </p>
<p>Can you please update those two styles related code.</p>
<p>Its urgent. I tried a lot, but could not able to get a perfect solution.</p>
<p>Looking forward your kind cooperation.</p>
<p>Thanks in Advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Burak Ozdemir</title>
		<link>http://www.buraak.com/2008/03/19/simple-text-editor-with-java-swing/comment-page-1/#comment-348</link>
		<dc:creator>Burak Ozdemir</dc:creator>
		<pubDate>Sun, 01 Jun 2008 09:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.buraak.com/2008/03/19/simple-text-editor-with-java-swing/#comment-348</guid>
		<description>I&#039;m happy to hear that, Soon I&#039;ll add some other examples, they may help too.

Take care Pelz.

Burak.</description>
		<content:encoded><![CDATA[<p>I&#8217;m happy to hear that, Soon I&#8217;ll add some other examples, they may help too.</p>
<p>Take care Pelz.</p>
<p>Burak.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pelz</title>
		<link>http://www.buraak.com/2008/03/19/simple-text-editor-with-java-swing/comment-page-1/#comment-347</link>
		<dc:creator>Pelz</dc:creator>
		<pubDate>Sun, 01 Jun 2008 06:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.buraak.com/2008/03/19/simple-text-editor-with-java-swing/#comment-347</guid>
		<description>Hi Burak!

I am a beginner in Java language. I want to thank to you for the Simple Text Editor program, because it helped me to understand how works the saving and opening a styled ducument in Java.

I wish you many succeses in your work!

Thanks! Kind regards: Pelz.</description>
		<content:encoded><![CDATA[<p>Hi Burak!</p>
<p>I am a beginner in Java language. I want to thank to you for the Simple Text Editor program, because it helped me to understand how works the saving and opening a styled ducument in Java.</p>
<p>I wish you many succeses in your work!</p>
<p>Thanks! Kind regards: Pelz.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simple Text Editor with Java Swing</title>
		<link>http://www.buraak.com/2008/03/19/simple-text-editor-with-java-swing/comment-page-1/#comment-321</link>
		<dc:creator>Simple Text Editor with Java Swing</dc:creator>
		<pubDate>Fri, 28 Mar 2008 21:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.buraak.com/2008/03/19/simple-text-editor-with-java-swing/#comment-321</guid>
		<description>[...] Here is the source code: (more&#8230;) [...]</description>
		<content:encoded><![CDATA[<p>[...] Here is the source code: (more&#8230;) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
