<?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 for Today I Searched</title>
	<atom:link href="http://www.todayisearched.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.todayisearched.com</link>
	<description>...And Found Awesomeness</description>
	<lastBuildDate>Fri, 17 Feb 2012 19:39:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on JTable Display Long Text With Linebreak &amp; Word Wrap by Andres Orellana</title>
		<link>http://www.todayisearched.com/2011/02/jtable-display-long-text-with-linebreak-word-wrap.html/comment-page-1#comment-245</link>
		<dc:creator>Andres Orellana</dc:creator>
		<pubDate>Fri, 17 Feb 2012 19:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.todayisearched.com/?p=123#comment-245</guid>
		<description>Thanks for your response  Paul, 
I will review your class. It has been very useful.</description>
		<content:encoded><![CDATA[<p>Thanks for your response  Paul,<br />
I will review your class. It has been very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JTable Display Long Text With Linebreak &amp; Word Wrap by pzeppy</title>
		<link>http://www.todayisearched.com/2011/02/jtable-display-long-text-with-linebreak-word-wrap.html/comment-page-1#comment-244</link>
		<dc:creator>pzeppy</dc:creator>
		<pubDate>Fri, 17 Feb 2012 19:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.todayisearched.com/?p=123#comment-244</guid>
		<description>Check the bottom of the post, I put a new class there.</description>
		<content:encoded><![CDATA[<p>Check the bottom of the post, I put a new class there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JTable Display Long Text With Linebreak &amp; Word Wrap by Andres Orellana</title>
		<link>http://www.todayisearched.com/2011/02/jtable-display-long-text-with-linebreak-word-wrap.html/comment-page-1#comment-243</link>
		<dc:creator>Andres Orellana</dc:creator>
		<pubDate>Fri, 17 Feb 2012 19:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.todayisearched.com/?p=123#comment-243</guid>
		<description>Sure, if you can help me with that, it will be fine.  Thanks Paul.</description>
		<content:encoded><![CDATA[<p>Sure, if you can help me with that, it will be fine.  Thanks Paul.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JTable Display Long Text With Linebreak &amp; Word Wrap by pzeppy</title>
		<link>http://www.todayisearched.com/2011/02/jtable-display-long-text-with-linebreak-word-wrap.html/comment-page-1#comment-242</link>
		<dc:creator>pzeppy</dc:creator>
		<pubDate>Fri, 17 Feb 2012 19:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.todayisearched.com/?p=123#comment-242</guid>
		<description>I was looking at the project that I used this in and it looks like I had modified the class after making this post.  I cannot remember why, but you can give the new one a try that I updated the post with.  I do not have it applied to more than 1 column at a time so I am not really sure what the issue is.</description>
		<content:encoded><![CDATA[<p>I was looking at the project that I used this in and it looks like I had modified the class after making this post.  I cannot remember why, but you can give the new one a try that I updated the post with.  I do not have it applied to more than 1 column at a time so I am not really sure what the issue is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JTable Display Long Text With Linebreak &amp; Word Wrap by Andres Orellana</title>
		<link>http://www.todayisearched.com/2011/02/jtable-display-long-text-with-linebreak-word-wrap.html/comment-page-1#comment-241</link>
		<dc:creator>Andres Orellana</dc:creator>
		<pubDate>Fri, 17 Feb 2012 18:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.todayisearched.com/?p=123#comment-241</guid>
		<description>Yes, as you said in the example: 
myJTable.getColumnModel().getColumn(0).setCellRenderer(new TableCellLongTextRenderer ());

myJTable.getColumnModel().getColumn(1).setCellRenderer(new TableCellLongTextRenderer ());

myJTable.getColumnModel().getColumn(3).setCellRenderer(new TableCellLongTextRenderer ());</description>
		<content:encoded><![CDATA[<p>Yes, as you said in the example:<br />
myJTable.getColumnModel().getColumn(0).setCellRenderer(new TableCellLongTextRenderer ());</p>
<p>myJTable.getColumnModel().getColumn(1).setCellRenderer(new TableCellLongTextRenderer ());</p>
<p>myJTable.getColumnModel().getColumn(3).setCellRenderer(new TableCellLongTextRenderer ());</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JTable Display Long Text With Linebreak &amp; Word Wrap by pzeppy</title>
		<link>http://www.todayisearched.com/2011/02/jtable-display-long-text-with-linebreak-word-wrap.html/comment-page-1#comment-240</link>
		<dc:creator>pzeppy</dc:creator>
		<pubDate>Fri, 17 Feb 2012 18:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.todayisearched.com/?p=123#comment-240</guid>
		<description>Are you creating a new instance of the cell renderer for each column?

Paul</description>
		<content:encoded><![CDATA[<p>Are you creating a new instance of the cell renderer for each column?</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JTable Display Long Text With Linebreak &amp; Word Wrap by Andres Orellana</title>
		<link>http://www.todayisearched.com/2011/02/jtable-display-long-text-with-linebreak-word-wrap.html/comment-page-1#comment-239</link>
		<dc:creator>Andres Orellana</dc:creator>
		<pubDate>Fri, 17 Feb 2012 18:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.todayisearched.com/?p=123#comment-239</guid>
		<description>Hi Paul, 
Thanks for your reply. I have already tried that, but the problem is that only the column with the higher index works with the TableCellLongTextRenderer (). If you do this: 
myJTable.getColumnModel().getColumn(0).setCellRenderer(new TableCellLongTextRenderer ());

myJTable.getColumnModel().getColumn(1).setCellRenderer(new TableCellLongTextRenderer ());

myJTable.getColumnModel().getColumn(3).setCellRenderer(new TableCellLongTextRenderer ()); 

Only the Column with the index 3 will work, the others won&#039;t.
I will try using setDefaultRenderer().
Thanks for the reply.</description>
		<content:encoded><![CDATA[<p>Hi Paul,<br />
Thanks for your reply. I have already tried that, but the problem is that only the column with the higher index works with the TableCellLongTextRenderer (). If you do this:<br />
myJTable.getColumnModel().getColumn(0).setCellRenderer(new TableCellLongTextRenderer ());</p>
<p>myJTable.getColumnModel().getColumn(1).setCellRenderer(new TableCellLongTextRenderer ());</p>
<p>myJTable.getColumnModel().getColumn(3).setCellRenderer(new TableCellLongTextRenderer ()); </p>
<p>Only the Column with the index 3 will work, the others won&#8217;t.<br />
I will try using setDefaultRenderer().<br />
Thanks for the reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JTable Display Long Text With Linebreak &amp; Word Wrap by pzeppy</title>
		<link>http://www.todayisearched.com/2011/02/jtable-display-long-text-with-linebreak-word-wrap.html/comment-page-1#comment-238</link>
		<dc:creator>pzeppy</dc:creator>
		<pubDate>Fri, 17 Feb 2012 18:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.todayisearched.com/?p=123#comment-238</guid>
		<description>Hi Andres,

You may be able to use the setDefaultRenderer() on the JTable.  I have not done that before, but it looks like it would work based on the docs.

If you only wanted to do specific columns, than I would just set the renderer for each column:

myJTable.getColumnModel().getColumn(0).setCellRenderer(new TableCellLongTextRenderer ()); 

myJTable.getColumnModel().getColumn(1).setCellRenderer(new TableCellLongTextRenderer ()); 

myJTable.getColumnModel().getColumn(3).setCellRenderer(new TableCellLongTextRenderer ()); 


As an example.  Hope this helps, thanks for the comment!

Paul</description>
		<content:encoded><![CDATA[<p>Hi Andres,</p>
<p>You may be able to use the setDefaultRenderer() on the JTable.  I have not done that before, but it looks like it would work based on the docs.</p>
<p>If you only wanted to do specific columns, than I would just set the renderer for each column:</p>
<p>myJTable.getColumnModel().getColumn(0).setCellRenderer(new TableCellLongTextRenderer ()); </p>
<p>myJTable.getColumnModel().getColumn(1).setCellRenderer(new TableCellLongTextRenderer ()); </p>
<p>myJTable.getColumnModel().getColumn(3).setCellRenderer(new TableCellLongTextRenderer ()); </p>
<p>As an example.  Hope this helps, thanks for the comment!</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JTable Display Long Text With Linebreak &amp; Word Wrap by Andres Orellana</title>
		<link>http://www.todayisearched.com/2011/02/jtable-display-long-text-with-linebreak-word-wrap.html/comment-page-1#comment-237</link>
		<dc:creator>Andres Orellana</dc:creator>
		<pubDate>Fri, 17 Feb 2012 17:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.todayisearched.com/?p=123#comment-237</guid>
		<description>Hi, 
First of all, let me thank you for this help using JTable and Word Wrap. Your code is very useful, but I have a little problem. If I want to apply this TableCellLongTextRenderer to more than only 1 Column on the same JTable, only one of those Columns will display correctly the text. Is there a way to apply this CellRender to all the JTable.
I hope you can help me with this doubt.
Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
First of all, let me thank you for this help using JTable and Word Wrap. Your code is very useful, but I have a little problem. If I want to apply this TableCellLongTextRenderer to more than only 1 Column on the same JTable, only one of those Columns will display correctly the text. Is there a way to apply this CellRender to all the JTable.<br />
I hope you can help me with this doubt.<br />
Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Migrating ODBC Data Sources From XP To Windows 7 by Bob Fischer</title>
		<link>http://www.todayisearched.com/2010/01/migrating-odbc-data-sources-from-xp-to-windows-7.html/comment-page-1#comment-218</link>
		<dc:creator>Bob Fischer</dc:creator>
		<pubDate>Thu, 29 Dec 2011 20:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.todayisearched.com/?p=58#comment-218</guid>
		<description>Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.todayisearched.com @ 2012-02-22 11:09:00 -->
