<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Java Tips Weblog</title>
	<atom:link href="http://tips4java.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://tips4java.wordpress.com</link>
	<description></description>
	<lastBuildDate>Thu, 17 Dec 2009 10:34:19 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Overlap Layout by Mr. NO</title>
		<link>http://tips4java.wordpress.com/2009/07/26/overlap-layout/#comment-514</link>
		<dc:creator>Mr. NO</dc:creator>
		<pubDate>Thu, 17 Dec 2009 10:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://tips4java.wordpress.com/?p=1153#comment-514</guid>
		<description>I cannot get the panel to show unless I add it to a JScrollPane before I add it to the frame. How come? What am I missing?

&lt;code&gt;
OverlapLayout layout = new OverlapLayout(new Point(20, 0));
layout.setPopupInsets(new Insets(20, 0, 0, 0));
JPanel panel = new JPanel( layout );
panel.add(card1);
panel.add(card2);
...
JFrame frame = new JFrame(&quot;Card game&quot;);
frame.add(new JScrollPane(panel)); //Works
frame.add(panel); //Does not work for me, nothing shows.
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I cannot get the panel to show unless I add it to a JScrollPane before I add it to the frame. How come? What am I missing?</p>
<p><code><br />
OverlapLayout layout = new OverlapLayout(new Point(20, 0));<br />
layout.setPopupInsets(new Insets(20, 0, 0, 0));<br />
JPanel panel = new JPanel( layout );<br />
panel.add(card1);<br />
panel.add(card2);<br />
...<br />
JFrame frame = new JFrame("Card game");<br />
frame.add(new JScrollPane(panel)); //Works<br />
frame.add(panel); //Does not work for me, nothing shows.<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Overlap Layout by Mr. NO</title>
		<link>http://tips4java.wordpress.com/2009/07/26/overlap-layout/#comment-513</link>
		<dc:creator>Mr. NO</dc:creator>
		<pubDate>Thu, 17 Dec 2009 10:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://tips4java.wordpress.com/?p=1153#comment-513</guid>
		<description>Nevermind. Here it is: http://www.camick.com/java/webstart/overlaplayout.jar</description>
		<content:encoded><![CDATA[<p>Nevermind. Here it is: <a href="http://www.camick.com/java/webstart/overlaplayout.jar" rel="nofollow">http://www.camick.com/java/webstart/overlaplayout.jar</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Overlap Layout by Mr. NO</title>
		<link>http://tips4java.wordpress.com/2009/07/26/overlap-layout/#comment-512</link>
		<dc:creator>Mr. NO</dc:creator>
		<pubDate>Thu, 17 Dec 2009 09:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://tips4java.wordpress.com/?p=1153#comment-512</guid>
		<description>Can you supply link to the OverlapLayout.jar?</description>
		<content:encoded><![CDATA[<p>Can you supply link to the OverlapLayout.jar?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Backgrounds With Transparency by Rob Camick</title>
		<link>http://tips4java.wordpress.com/2009/05/31/backgrounds-with-transparency/#comment-511</link>
		<dc:creator>Rob Camick</dc:creator>
		<pubDate>Wed, 16 Dec 2009 20:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://tips4java.wordpress.com/?p=1027#comment-511</guid>
		<description>Glad it solved your problem.</description>
		<content:encoded><![CDATA[<p>Glad it solved your problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Backgrounds With Transparency by Jeff</title>
		<link>http://tips4java.wordpress.com/2009/05/31/backgrounds-with-transparency/#comment-510</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 16 Dec 2009 18:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://tips4java.wordpress.com/?p=1027#comment-510</guid>
		<description>Awesome.  Exactly what I needed!  Thank you very, very much!</description>
		<content:encoded><![CDATA[<p>Awesome.  Exactly what I needed!  Thank you very, very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vertical Table Header Cell Renderer by Darryl Burke</title>
		<link>http://tips4java.wordpress.com/2009/03/06/vertical-table-header-cell-renderer/#comment-508</link>
		<dc:creator>Darryl Burke</dc:creator>
		<pubDate>Sat, 12 Dec 2009 17:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://tips4java.wordpress.com/?p=593#comment-508</guid>
		<description>Baze, this blog page is specifically about a renderer.  As already said, renderers do not respond to input events.

I suggest you take your question to an appropriate forum, like forums.sun.com, java-forums.org or javaranch.com.

Darryl</description>
		<content:encoded><![CDATA[<p>Baze, this blog page is specifically about a renderer.  As already said, renderers do not respond to input events.</p>
<p>I suggest you take your question to an appropriate forum, like forums.sun.com, java-forums.org or javaranch.com.</p>
<p>Darryl</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Overlap Layout by Rob Camick</title>
		<link>http://tips4java.wordpress.com/2009/07/26/overlap-layout/#comment-507</link>
		<dc:creator>Rob Camick</dc:creator>
		<pubDate>Fri, 11 Dec 2009 16:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://tips4java.wordpress.com/?p=1153#comment-507</guid>
		<description>Sorry for taking so long to reply. The source code doesn&#039;t show how to use the class. The example code in the blog is all you need to add this class to your program. However, I have included the test code as part of the OverlayLayout.jar file which you can download and then extract the code.</description>
		<content:encoded><![CDATA[<p>Sorry for taking so long to reply. The source code doesn&#8217;t show how to use the class. The example code in the blog is all you need to add this class to your program. However, I have included the test code as part of the OverlayLayout.jar file which you can download and then extract the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Row Number Table by Rob Camick</title>
		<link>http://tips4java.wordpress.com/2008/11/18/row-number-table/#comment-505</link>
		<dc:creator>Rob Camick</dc:creator>
		<pubDate>Wed, 09 Dec 2009 16:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://tips4java.wordpress.com/?p=285#comment-505</guid>
		<description>Yes that was sort of the idea why I created the RXTable class. Sometimes you can add a static method as demonstrated by the 
&lt;a&gt;Table Column Reordering&lt;/a&gt; entry. Sometimes you need to override methods of the JTable as demonstrated by &lt;a href=&quot;http://tips4java.wordpress.com/2008/10/20/table-select-all-editor/&quot; rel=&quot;nofollow&quot;&gt;Table Select All Editor&lt;/a&gt; but sometime a separate class like this is more appropriate.</description>
		<content:encoded><![CDATA[<p>Yes that was sort of the idea why I created the RXTable class. Sometimes you can add a static method as demonstrated by the<br />
<a>Table Column Reordering</a> entry. Sometimes you need to override methods of the JTable as demonstrated by <a href="http://tips4java.wordpress.com/2008/10/20/table-select-all-editor/" rel="nofollow">Table Select All Editor</a> but sometime a separate class like this is more appropriate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Row Number Table by GP</title>
		<link>http://tips4java.wordpress.com/2008/11/18/row-number-table/#comment-503</link>
		<dc:creator>GP</dc:creator>
		<pubDate>Wed, 09 Dec 2009 07:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://tips4java.wordpress.com/?p=285#comment-503</guid>
		<description>Very useful indeed!... I know JTable class is already packed full of methods... but just wished there would be a few more useful functions like this on offer. Maybe they could include a JTableAuxiliary or JTableUtilities or JTableConfigure class to assist in collecting all these extra goodies! :-)
ok thanks for tip.
Cheers.</description>
		<content:encoded><![CDATA[<p>Very useful indeed!&#8230; I know JTable class is already packed full of methods&#8230; but just wished there would be a few more useful functions like this on offer. Maybe they could include a JTableAuxiliary or JTableUtilities or JTableConfigure class to assist in collecting all these extra goodies! :-)<br />
ok thanks for tip.<br />
Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Text Prompt by i30817</title>
		<link>http://tips4java.wordpress.com/2009/11/29/text-prompt/#comment-502</link>
		<dc:creator>i30817</dc:creator>
		<pubDate>Tue, 08 Dec 2009 09:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://tips4java.wordpress.com/?p=1250#comment-502</guid>
		<description>xswingx has this. I&#039;m using it (with a patch that is in the tracker but not applied since it appears that the author doesn&#039;t look at the project anymore)</description>
		<content:encoded><![CDATA[<p>xswingx has this. I&#8217;m using it (with a patch that is in the tracker but not applied since it appears that the author doesn&#8217;t look at the project anymore)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
