<?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: Nimbus, Source Code and Demo</title>
	<atom:link href="http://www.curious-creature.org/2007/03/13/nimbus-source-code-and-demo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.curious-creature.org/2007/03/13/nimbus-source-code-and-demo/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 09:31:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: steffen</title>
		<link>http://www.curious-creature.org/2007/03/13/nimbus-source-code-and-demo/comment-page-1/#comment-2992</link>
		<dc:creator>steffen</dc:creator>
		<pubDate>Mon, 23 Nov 2009 14:12:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2007/03/13/nimbus-source-code-and-demo/#comment-2992</guid>
		<description>To follow, without halt, one aim: There&#039;s the secret of success.</description>
		<content:encoded><![CDATA[<p>To follow, without halt, one aim: There&#8217;s the secret of success.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jewel</title>
		<link>http://www.curious-creature.org/2007/03/13/nimbus-source-code-and-demo/comment-page-1/#comment-2086</link>
		<dc:creator>Jewel</dc:creator>
		<pubDate>Thu, 03 Jul 2008 14:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2007/03/13/nimbus-source-code-and-demo/#comment-2086</guid>
		<description>I have read alot of remarks expressing a dislike for the Nimbus scollbars. I have never seen scrollbars as unique and tasteful as these anywhere, and would advise to keep them. I would change the window decorations on InternalFrames, as they are not too original. The rest is excellent and the final touches are all that is necessary.</description>
		<content:encoded><![CDATA[<p>I have read alot of remarks expressing a dislike for the Nimbus scollbars. I have never seen scrollbars as unique and tasteful as these anywhere, and would advise to keep them. I would change the window decorations on InternalFrames, as they are not too original. The rest is excellent and the final touches are all that is necessary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frengo</title>
		<link>http://www.curious-creature.org/2007/03/13/nimbus-source-code-and-demo/comment-page-1/#comment-739</link>
		<dc:creator>frengo</dc:creator>
		<pubDate>Tue, 17 Apr 2007 10:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2007/03/13/nimbus-source-code-and-demo/#comment-739</guid>
		<description>Very promising laf! Just a question, trying to use nimbus on my own project i was not able to set Dimension of JScrollBar. Are there any reasons for that ?
Thanks</description>
		<content:encoded><![CDATA[<p>Very promising laf! Just a question, trying to use nimbus on my own project i was not able to set Dimension of JScrollBar. Are there any reasons for that ?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.curious-creature.org/2007/03/13/nimbus-source-code-and-demo/comment-page-1/#comment-567</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Sat, 24 Mar 2007 23:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2007/03/13/nimbus-source-code-and-demo/#comment-567</guid>
		<description>IMAO the scrollbar thumb is goofy looking.</description>
		<content:encoded><![CDATA[<p>IMAO the scrollbar thumb is goofy looking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhilshuk</title>
		<link>http://www.curious-creature.org/2007/03/13/nimbus-source-code-and-demo/comment-page-1/#comment-542</link>
		<dc:creator>dhilshuk</dc:creator>
		<pubDate>Wed, 21 Mar 2007 12:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2007/03/13/nimbus-source-code-and-demo/#comment-542</guid>
		<description>I am  getting problem with JTable when using Nimbus LookAndFeel.
Exception in thread &quot;main&quot; java.lang.NullPointerException
	at javax.swing.JTable.setSelectionBackground(Unknown Source)
	at javax.swing.plaf.synth.SynthTableUI.updateStyle(Unknown Source)
	at javax.swing.plaf.synth.SynthTableUI.installDefaults(Unknown Source)
	at javax.swing.plaf.basic.BasicTableUI.installUI(Unknown Source)
	at javax.swing.JComponent.setUI(Unknown Source)
	at javax.swing.JTable.setUI(Unknown Source)
	at javax.swing.JTable.updateUI(Unknown Source)
	at javax.swing.JTable.(Unknown Source)
	at javax.swing.JTable.(Unknown Source)
	at org.ifl.swing.Test.Test.(Test.java:141)
	at org.ifl.swing.Test.Test.main(Test.java:193)</description>
		<content:encoded><![CDATA[<p>I am  getting problem with JTable when using Nimbus LookAndFeel.<br />
Exception in thread &#8220;main&#8221; java.lang.NullPointerException<br />
	at javax.swing.JTable.setSelectionBackground(Unknown Source)<br />
	at javax.swing.plaf.synth.SynthTableUI.updateStyle(Unknown Source)<br />
	at javax.swing.plaf.synth.SynthTableUI.installDefaults(Unknown Source)<br />
	at javax.swing.plaf.basic.BasicTableUI.installUI(Unknown Source)<br />
	at javax.swing.JComponent.setUI(Unknown Source)<br />
	at javax.swing.JTable.setUI(Unknown Source)<br />
	at javax.swing.JTable.updateUI(Unknown Source)<br />
	at javax.swing.JTable.(Unknown Source)<br />
	at javax.swing.JTable.(Unknown Source)<br />
	at org.ifl.swing.Test.Test.(Test.java:141)<br />
	at org.ifl.swing.Test.Test.main(Test.java:193)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhilshuk</title>
		<link>http://www.curious-creature.org/2007/03/13/nimbus-source-code-and-demo/comment-page-1/#comment-541</link>
		<dc:creator>dhilshuk</dc:creator>
		<pubDate>Wed, 21 Mar 2007 12:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2007/03/13/nimbus-source-code-and-demo/#comment-541</guid>
		<description>Exception in thread &quot;main&quot; java.lang.NullPointerException
	at javax.swing.JTable.setSelectionBackground(Unknown Source)
	at javax.swing.plaf.synth.SynthTableUI.updateStyle(Unknown Source)
	at javax.swing.plaf.synth.SynthTableUI.installDefaults(Unknown Source)
	at javax.swing.plaf.basic.BasicTableUI.installUI(Unknown Source)
	at javax.swing.JComponent.setUI(Unknown Source)
	at javax.swing.JTable.setUI(Unknown Source)
	at javax.swing.JTable.updateUI(Unknown Source)
	at javax.swing.JTable.(Unknown Source)
	at javax.swing.JTable.(Unknown Source)
	at org.ifl.swing.Test.Test.(Test.java:141)
	at org.ifl.swing.Test.Test.main(Test.java:193)</description>
		<content:encoded><![CDATA[<p>Exception in thread &#8220;main&#8221; java.lang.NullPointerException<br />
	at javax.swing.JTable.setSelectionBackground(Unknown Source)<br />
	at javax.swing.plaf.synth.SynthTableUI.updateStyle(Unknown Source)<br />
	at javax.swing.plaf.synth.SynthTableUI.installDefaults(Unknown Source)<br />
	at javax.swing.plaf.basic.BasicTableUI.installUI(Unknown Source)<br />
	at javax.swing.JComponent.setUI(Unknown Source)<br />
	at javax.swing.JTable.setUI(Unknown Source)<br />
	at javax.swing.JTable.updateUI(Unknown Source)<br />
	at javax.swing.JTable.(Unknown Source)<br />
	at javax.swing.JTable.(Unknown Source)<br />
	at org.ifl.swing.Test.Test.(Test.java:141)<br />
	at org.ifl.swing.Test.Test.main(Test.java:193)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicola Ken Barozzi</title>
		<link>http://www.curious-creature.org/2007/03/13/nimbus-source-code-and-demo/comment-page-1/#comment-527</link>
		<dc:creator>Nicola Ken Barozzi</dc:creator>
		<pubDate>Fri, 16 Mar 2007 20:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2007/03/13/nimbus-source-code-and-demo/#comment-527</guid>
		<description>I&#039;ve looked more closely at the screenshots of the look and feel and I&#039;m now convinced that my concerns are mostly, if not all, due to the fact that the Swing version is not yet like the GTK one.

Sorry for the noise.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve looked more closely at the screenshots of the look and feel and I&#8217;m now convinced that my concerns are mostly, if not all, due to the fact that the Swing version is not yet like the GTK one.</p>
<p>Sorry for the noise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicola Ken Barozzi</title>
		<link>http://www.curious-creature.org/2007/03/13/nimbus-source-code-and-demo/comment-page-1/#comment-526</link>
		<dc:creator>Nicola Ken Barozzi</dc:creator>
		<pubDate>Fri, 16 Mar 2007 19:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2007/03/13/nimbus-source-code-and-demo/#comment-526</guid>
		<description>Romain: The problem is that I *like* the overall look and feel...

Tabs and window buttons are IMHO too rounded, and would be better having a less pronounced gradient. I think this is the reason I like the buttons and comboboxes instead.

The textfields are not rounded, and that again is nice and more pleasing with complex forms.

I like the screenshot with OpenOffice, but I dislike the SwingSet2 appearance...

The fact is that I&#039;m convinced that Java on the Desktop needs a super look and feel to drive forward, and so I&#039;m super critical on this one ;-)</description>
		<content:encoded><![CDATA[<p>Romain: The problem is that I *like* the overall look and feel&#8230;</p>
<p>Tabs and window buttons are IMHO too rounded, and would be better having a less pronounced gradient. I think this is the reason I like the buttons and comboboxes instead.</p>
<p>The textfields are not rounded, and that again is nice and more pleasing with complex forms.</p>
<p>I like the screenshot with OpenOffice, but I dislike the SwingSet2 appearance&#8230;</p>
<p>The fact is that I&#8217;m convinced that Java on the Desktop needs a super look and feel to drive forward, and so I&#8217;m super critical on this one ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romain Guy</title>
		<link>http://www.curious-creature.org/2007/03/13/nimbus-source-code-and-demo/comment-page-1/#comment-523</link>
		<dc:creator>Romain Guy</dc:creator>
		<pubDate>Fri, 16 Mar 2007 11:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2007/03/13/nimbus-source-code-and-demo/#comment-523</guid>
		<description>Nicola: Unfortunately, this look and feel was bound not to please every one.</description>
		<content:encoded><![CDATA[<p>Nicola: Unfortunately, this look and feel was bound not to please every one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicola Ken Barozzi</title>
		<link>http://www.curious-creature.org/2007/03/13/nimbus-source-code-and-demo/comment-page-1/#comment-522</link>
		<dc:creator>Nicola Ken Barozzi</dc:creator>
		<pubDate>Fri, 16 Mar 2007 09:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2007/03/13/nimbus-source-code-and-demo/#comment-522</guid>
		<description>It&#039;s a mixed bag: the tabs, the checkboxes, the scrollbars and part of the windows are utterly horrible, while buttons, sliders and radio buttons are really slick, although not completely refined. 

It reminds me of Mozilla 1, which is not exactly cutting edge. 

Compared to Synthetica BlueMoon, BlackMoon or OrangeMetallic it still  seems too retro...</description>
		<content:encoded><![CDATA[<p>It&#8217;s a mixed bag: the tabs, the checkboxes, the scrollbars and part of the windows are utterly horrible, while buttons, sliders and radio buttons are really slick, although not completely refined. </p>
<p>It reminds me of Mozilla 1, which is not exactly cutting edge. </p>
<p>Compared to Synthetica BlueMoon, BlackMoon or OrangeMetallic it still  seems too retro&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

