<?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: Swing Defaults</title>
	<atom:link href="http://www.laurendempster.com/2007/02/23/swing-defaults/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.laurendempster.com/2007/02/23/swing-defaults/</link>
	<description>More of a geek each day...</description>
	<pubDate>Sat, 05 Jul 2008 09:17:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Scott Porter</title>
		<link>http://www.laurendempster.com/2007/02/23/swing-defaults/#comment-3356</link>
		<dc:creator>Scott Porter</dc:creator>
		<pubDate>Sat, 24 Feb 2007 23:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.laurendempster.com/2007/02/23/swing-defaults/#comment-3356</guid>
		<description>I don't know, a pulsating button sounds interesting. I was recently looking for such a button for an applet I put on a page where all the text is in 'blink' tags... :) I think they would blend well. ;)</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know, a pulsating button sounds interesting. I was recently looking for such a button for an applet I put on a page where all the text is in &#8216;blink&#8217; tags&#8230; <img src='http://www.laurendempster.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> I think they would blend well. <img src='http://www.laurendempster.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Miller</title>
		<link>http://www.laurendempster.com/2007/02/23/swing-defaults/#comment-3348</link>
		<dc:creator>Chris Miller</dc:creator>
		<pubDate>Sat, 24 Feb 2007 14:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.laurendempster.com/2007/02/23/swing-defaults/#comment-3348</guid>
		<description>The whole &lt;code&gt;setPreferredSize()&lt;/code&gt; always confused me as logically it seems that this size &lt;em&gt;could&lt;/em&gt; be used but may not.  The size may be affected by layout managers and the other set size methods used to set the limits.

As for 1x1 size buttons, this may just be so that the button will expand to fit the contents.  Perhaps the button will expand to at least the value set by &lt;code&gt;setMinimumSize()&lt;/code&gt; and at most the value set by &lt;code&gt;setMaximumSize()&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>The whole <code>setPreferredSize()</code> always confused me as logically it seems that this size <em>could</em> be used but may not.  The size may be affected by layout managers and the other set size methods used to set the limits.</p>
<p>As for 1&#215;1 size buttons, this may just be so that the button will expand to fit the contents.  Perhaps the button will expand to at least the value set by <code>setMinimumSize()</code> and at most the value set by <code>setMaximumSize()</code>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
