<?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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Sexy Swing App &#8211; The Bottom Bar</title>
	<atom:link href="http://explodingpixels.wordpress.com/2008/06/19/sexy-swing-app-the-bottom-bar/feed/" rel="self" type="application/rss+xml" />
	<link>http://explodingpixels.wordpress.com/2008/06/19/sexy-swing-app-the-bottom-bar/</link>
	<description>Exposing the pixels behind beautiful user interfaces</description>
	<lastBuildDate>Mon, 09 Nov 2009 14:49:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ken</title>
		<link>http://explodingpixels.wordpress.com/2008/06/19/sexy-swing-app-the-bottom-bar/#comment-510</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Tue, 24 Mar 2009 19:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=54#comment-510</guid>
		<description>Hi Daniel,

I probably won&#039;t be able make the bottom window edges rounded, as that would require installing a window mask, which I&#039;d have to do via JNI. We could put in an enhancement request to Apple, though, requesting a client property to make the rounded corners.

-Ken</description>
		<content:encoded><![CDATA[<p>Hi Daniel,</p>
<p>I probably won&#8217;t be able make the bottom window edges rounded, as that would require installing a window mask, which I&#8217;d have to do via JNI. We could put in an enhancement request to Apple, though, requesting a client property to make the rounded corners.</p>
<p>-Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Zando</title>
		<link>http://explodingpixels.wordpress.com/2008/06/19/sexy-swing-app-the-bottom-bar/#comment-509</link>
		<dc:creator>Daniel Zando</dc:creator>
		<pubDate>Tue, 24 Mar 2009 18:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=54#comment-509</guid>
		<description>Is there any chance you will update the bar so it will be slightly rounded? Thanks for the awesome work, though!</description>
		<content:encoded><![CDATA[<p>Is there any chance you will update the bar so it will be slightly rounded? Thanks for the awesome work, though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://explodingpixels.wordpress.com/2008/06/19/sexy-swing-app-the-bottom-bar/#comment-78</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Fri, 20 Jun 2008 15:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=54#comment-78</guid>
		<description>Good catches Felix! Those were some copy and paste errors. I&#039;ve updated the entry.

-Ken</description>
		<content:encoded><![CDATA[<p>Good catches Felix! Those were some copy and paste errors. I&#8217;ve updated the entry.</p>
<p>-Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix</title>
		<link>http://explodingpixels.wordpress.com/2008/06/19/sexy-swing-app-the-bottom-bar/#comment-77</link>
		<dc:creator>Felix</dc:creator>
		<pubDate>Fri, 20 Jun 2008 15:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=54#comment-77</guid>
		<description>Just some other things:
The fields OS_X_BOTTOM_BAR_BORDER_HIGHLIGHT_COLOR and OS_X_UNIFIED_TOOLBAR_FOCUSED_BOTTOM_COLOR are duplicate. Works though when you comment them out.
And the constructor is named BottomBarGradientPanel, but the class itself BottomBarPanel.
Additionally, the class somehow may not be &quot;static&quot; (I don&#039;t know what that would do and why it&#039;s not allowed).

When I resolve all that, it gives a window a cool bottom panel. Looks great!

:-),
Felix</description>
		<content:encoded><![CDATA[<p>Just some other things:<br />
The fields OS_X_BOTTOM_BAR_BORDER_HIGHLIGHT_COLOR and OS_X_UNIFIED_TOOLBAR_FOCUSED_BOTTOM_COLOR are duplicate. Works though when you comment them out.<br />
And the constructor is named BottomBarGradientPanel, but the class itself BottomBarPanel.<br />
Additionally, the class somehow may not be &#8220;static&#8221; (I don&#8217;t know what that would do and why it&#8217;s not allowed).</p>
<p>When I resolve all that, it gives a window a cool bottom panel. Looks great!</p>
<p>:-),<br />
Felix</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://explodingpixels.wordpress.com/2008/06/19/sexy-swing-app-the-bottom-bar/#comment-76</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Fri, 20 Jun 2008 13:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=54#comment-76</guid>
		<description>Right...but in the case of a work-around, I&#039;d put the code wherever was easiest in hopes that a supported solution would be introduced.</description>
		<content:encoded><![CDATA[<p>Right&#8230;but in the case of a work-around, I&#8217;d put the code wherever was easiest in hopes that a supported solution would be introduced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Grev</title>
		<link>http://explodingpixels.wordpress.com/2008/06/19/sexy-swing-app-the-bottom-bar/#comment-75</link>
		<dc:creator>Mikael Grev</dc:creator>
		<pubDate>Fri, 20 Jun 2008 13:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=54#comment-75</guid>
		<description>The roundness of the status bar is not the responsibility of the status bar itself, it is the responsibility of the windowing system, look&amp;feel or similar.</description>
		<content:encoded><![CDATA[<p>The roundness of the status bar is not the responsibility of the status bar itself, it is the responsibility of the windowing system, look&amp;feel or similar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://explodingpixels.wordpress.com/2008/06/19/sexy-swing-app-the-bottom-bar/#comment-74</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Fri, 20 Jun 2008 12:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=54#comment-74</guid>
		<description>Thanks Daniel! It kills me to see the square corners at the bottom of the &quot;textured&quot; window in Java. 

I&#039;ve thought about trying to implement the rounded corners using a shaped window, but thus far it&#039;s fallen into the too much effort bucket. If I get sufficiently motivated to tackle this issue, I&#039;ll be sure to post about it here.

I&#039;ll also submit an enhancement request to Apple asking for a client property to draw the rounded corners in order to spare us from this hackery.

-Ken</description>
		<content:encoded><![CDATA[<p>Thanks Daniel! It kills me to see the square corners at the bottom of the &#8220;textured&#8221; window in Java. </p>
<p>I&#8217;ve thought about trying to implement the rounded corners using a shaped window, but thus far it&#8217;s fallen into the too much effort bucket. If I get sufficiently motivated to tackle this issue, I&#8217;ll be sure to post about it here.</p>
<p>I&#8217;ll also submit an enhancement request to Apple asking for a client property to draw the rounded corners in order to spare us from this hackery.</p>
<p>-Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Spiewak</title>
		<link>http://explodingpixels.wordpress.com/2008/06/19/sexy-swing-app-the-bottom-bar/#comment-73</link>
		<dc:creator>Daniel Spiewak</dc:creator>
		<pubDate>Fri, 20 Jun 2008 02:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=54#comment-73</guid>
		<description>Nice work!  The one thing this doesn&#039;t implement from the HIG is that the corners should be slightly rounded.  This is nasty since it requires a transparent window, but you can probably fake the effect (since it&#039;s such a tiny round anyway) by using a gradient color rather than a hard stroke, thus filling the space from the rounding to the actual corner and subtly tricking the eye.  It won&#039;t pass any sort of really close examination, but it might fool the eye in passing.</description>
		<content:encoded><![CDATA[<p>Nice work!  The one thing this doesn&#8217;t implement from the HIG is that the corners should be slightly rounded.  This is nasty since it requires a transparent window, but you can probably fake the effect (since it&#8217;s such a tiny round anyway) by using a gradient color rather than a hard stroke, thus filling the space from the rounding to the actual corner and subtly tricking the eye.  It won&#8217;t pass any sort of really close examination, but it might fool the eye in passing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
