<?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: Time to close the polls</title>
	<atom:link href="http://www.jasperpotts.com/blog/2009/05/time-to-close-the-polls/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasperpotts.com/blog/2009/05/time-to-close-the-polls/</link>
	<description>Jasper Potts's Blog on Java and Life</description>
	<lastBuildDate>Sun, 07 Mar 2010 11:09:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: vsync</title>
		<link>http://www.jasperpotts.com/blog/2009/05/time-to-close-the-polls/comment-page-1/#comment-1824</link>
		<dc:creator>vsync</dc:creator>
		<pubDate>Wed, 21 Oct 2009 21:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasperpotts.com/blog/?p=212#comment-1824</guid>
		<description>How about letting users set their own look and feel preferences?

Currently the only way is to set the preference system-wide or pass it on the command line to each application.

If I as a user could set the default look and feel in ~/.java versus in /usr/lib somewhere I would be a happy camper.</description>
		<content:encoded><![CDATA[<p>How about letting users set their own look and feel preferences?</p>
<p>Currently the only way is to set the preference system-wide or pass it on the command line to each application.</p>
<p>If I as a user could set the default look and feel in ~/.java versus in /usr/lib somewhere I would be a happy camper.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jasper Potts</title>
		<link>http://www.jasperpotts.com/blog/2009/05/time-to-close-the-polls/comment-page-1/#comment-1761</link>
		<dc:creator>Jasper Potts</dc:creator>
		<pubDate>Wed, 15 Jul 2009 12:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasperpotts.com/blog/?p=212#comment-1761</guid>
		<description>See the code attached at bottom of blog post of table http://www.jasperpotts.com/blog/2008/08/nimbus-uimanager-uidefaults/</description>
		<content:encoded><![CDATA[<p>See the code attached at bottom of blog post of table <a href="http://www.jasperpotts.com/blog/2008/08/nimbus-uimanager-uidefaults/" rel="nofollow">http://www.jasperpotts.com/blog/2008/08/nimbus-uimanager-uidefaults/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walter</title>
		<link>http://www.jasperpotts.com/blog/2009/05/time-to-close-the-polls/comment-page-1/#comment-1759</link>
		<dc:creator>Walter</dc:creator>
		<pubDate>Wed, 08 Jul 2009 14:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasperpotts.com/blog/?p=212#comment-1759</guid>
		<description>Hi, 
I tried to email but I couldn&#039;t get the link to work. I was just wondering if you used some kind of utility to generate the defaults page ? I have something to view defaults, but I like the HTML version better.

http://jasperpotts.com/blogfiles/nimbusdefaults/nimbus.html


Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I tried to email but I couldn&#8217;t get the link to work. I was just wondering if you used some kind of utility to generate the defaults page ? I have something to view defaults, but I like the HTML version better.</p>
<p><a href="http://jasperpotts.com/blogfiles/nimbusdefaults/nimbus.html" rel="nofollow">http://jasperpotts.com/blogfiles/nimbusdefaults/nimbus.html</a></p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhizomorph</title>
		<link>http://www.jasperpotts.com/blog/2009/05/time-to-close-the-polls/comment-page-1/#comment-1730</link>
		<dc:creator>Rhizomorph</dc:creator>
		<pubDate>Wed, 03 Jun 2009 15:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasperpotts.com/blog/?p=212#comment-1730</guid>
		<description>FYI - JSpinner&#039;s do not render correctly under Nimbus when using any SpinnerModel other than the default. Specifically, the outline around the text area of the JSpinner is no longer transparent like it&#039;s supposed to be (the area that is highlighted in blue when the component receives focus).

To reproduce this, place two JSpinners side-by-side on a JPanel that has a black background. Leave one spinner alone, but set the SpinnerModel of the other one to either Number/List/Date etc. You&#039;ll see that the non-default JSpinner is not rendering the same way that the default spinner does.</description>
		<content:encoded><![CDATA[<p>FYI &#8211; JSpinner&#8217;s do not render correctly under Nimbus when using any SpinnerModel other than the default. Specifically, the outline around the text area of the JSpinner is no longer transparent like it&#8217;s supposed to be (the area that is highlighted in blue when the component receives focus).</p>
<p>To reproduce this, place two JSpinners side-by-side on a JPanel that has a black background. Leave one spinner alone, but set the SpinnerModel of the other one to either Number/List/Date etc. You&#8217;ll see that the non-default JSpinner is not rendering the same way that the default spinner does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Phillips</title>
		<link>http://www.jasperpotts.com/blog/2009/05/time-to-close-the-polls/comment-page-1/#comment-1696</link>
		<dc:creator>Ian Phillips</dc:creator>
		<pubDate>Fri, 15 May 2009 12:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasperpotts.com/blog/?p=212#comment-1696</guid>
		<description>Yeah, I&#039;ve got no problem sharing the build I made. Do you want me to mail it to you or will you give me perms to upload it directly to java.net (my user name is iphillips)?

I&#039;ll have a look at the Apple stuff as well, although if it is there obviously I can&#039;t share it due to the NDA :-(</description>
		<content:encoded><![CDATA[<p>Yeah, I&#8217;ve got no problem sharing the build I made. Do you want me to mail it to you or will you give me perms to upload it directly to java.net (my user name is iphillips)?</p>
<p>I&#8217;ll have a look at the Apple stuff as well, although if it is there obviously I can&#8217;t share it due to the NDA <img src='http://www.jasperpotts.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jasper Potts</title>
		<link>http://www.jasperpotts.com/blog/2009/05/time-to-close-the-polls/comment-page-1/#comment-1695</link>
		<dc:creator>Jasper Potts</dc:creator>
		<pubDate>Fri, 15 May 2009 12:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasperpotts.com/blog/?p=212#comment-1695</guid>
		<description>Ian: If you get to the point you have a Jar and are willing to share then I am happy to give you access to nimbus.dev.java.net and you could put it up there. Also I heard today that a developer preview of Java for Mac OS X 10.5 Update 4 on http://connect.apple.com which is equivalent to 6u13 so will have Nimbus though I have not tested yet my self.</description>
		<content:encoded><![CDATA[<p>Ian: If you get to the point you have a Jar and are willing to share then I am happy to give you access to nimbus.dev.java.net and you could put it up there. Also I heard today that a developer preview of Java for Mac OS X 10.5 Update 4 on <a href="http://connect.apple.com" rel="nofollow">http://connect.apple.com</a> which is equivalent to 6u13 so will have Nimbus though I have not tested yet my self.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Phillips</title>
		<link>http://www.jasperpotts.com/blog/2009/05/time-to-close-the-polls/comment-page-1/#comment-1694</link>
		<dc:creator>Ian Phillips</dc:creator>
		<pubDate>Fri, 15 May 2009 12:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasperpotts.com/blog/?p=212#comment-1694</guid>
		<description>Cool, done it. It was a little tricky as I needed to download both the Swing forest and the BSD port forest from Mercurial then I could build against a BSD target. I also needed to tell make to ignore errors, as most of Swing failed to build, but that doesn&#039;t really concern me (I just needed it to get as far as running the code-gen stuff). There may be an easier way but I&#039;ve got something to go on for now.

Also, you&#039;ve given me another idea - I&#039;m going to grab the latest developer seed of snow-leopard (via ADC) and see if there&#039;s a new version of Java in there...

Thanks!
Ian.</description>
		<content:encoded><![CDATA[<p>Cool, done it. It was a little tricky as I needed to download both the Swing forest and the BSD port forest from Mercurial then I could build against a BSD target. I also needed to tell make to ignore errors, as most of Swing failed to build, but that doesn&#8217;t really concern me (I just needed it to get as far as running the code-gen stuff). There may be an easier way but I&#8217;ve got something to go on for now.</p>
<p>Also, you&#8217;ve given me another idea &#8211; I&#8217;m going to grab the latest developer seed of snow-leopard (via ADC) and see if there&#8217;s a new version of Java in there&#8230;</p>
<p>Thanks!<br />
Ian.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jasper Potts</title>
		<link>http://www.jasperpotts.com/blog/2009/05/time-to-close-the-polls/comment-page-1/#comment-1691</link>
		<dc:creator>Jasper Potts</dc:creator>
		<pubDate>Thu, 14 May 2009 14:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasperpotts.com/blog/?p=212#comment-1691</guid>
		<description>Should not be too hard as I did most of my development work on Nimbus on a Mac so have done this a lot. With Java 5 it will be very hard but with Java 6 not too hard. I did the lazy option and took most of Swing including Basic LAF, Synth LAF and Nimbus LAF and built all of them into Jar and ran with -Xbootpath and it worked. Once apple release the next version of Java due with Snow Leopard I think Nimbus should be in there.</description>
		<content:encoded><![CDATA[<p>Should not be too hard as I did most of my development work on Nimbus on a Mac so have done this a lot. With Java 5 it will be very hard but with Java 6 not too hard. I did the lazy option and took most of Swing including Basic LAF, Synth LAF and Nimbus LAF and built all of them into Jar and ran with -Xbootpath and it worked. Once apple release the next version of Java due with Snow Leopard I think Nimbus should be in there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Phillips</title>
		<link>http://www.jasperpotts.com/blog/2009/05/time-to-close-the-polls/comment-page-1/#comment-1690</link>
		<dc:creator>Ian Phillips</dc:creator>
		<pubDate>Thu, 14 May 2009 14:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasperpotts.com/blog/?p=212#comment-1690</guid>
		<description>Not sure how easy that&#039;ll be on a Mac, but I&#039;ll give it a go...</description>
		<content:encoded><![CDATA[<p>Not sure how easy that&#8217;ll be on a Mac, but I&#8217;ll give it a go&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jasper Potts</title>
		<link>http://www.jasperpotts.com/blog/2009/05/time-to-close-the-polls/comment-page-1/#comment-1689</link>
		<dc:creator>Jasper Potts</dc:creator>
		<pubDate>Thu, 14 May 2009 14:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasperpotts.com/blog/?p=212#comment-1689</guid>
		<description>Now that Nimbus source code is in Java 7 there is nothing stopping someone taking it and creating a separate Jar under GPL with classpath exception license. I just don&#039;t have time to do it, sorry.</description>
		<content:encoded><![CDATA[<p>Now that Nimbus source code is in Java 7 there is nothing stopping someone taking it and creating a separate Jar under GPL with classpath exception license. I just don&#8217;t have time to do it, sorry.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
