<?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 on: Mac Widgets for Java</title>
	<atom:link href="http://explodingpixels.wordpress.com/2008/09/08/mac-widgets-for-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://explodingpixels.wordpress.com/2008/09/08/mac-widgets-for-java/</link>
	<description>Exposing the pixels behind beautiful user interfaces</description>
	<lastBuildDate>Sun, 15 Nov 2009 20:14:25 +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/09/08/mac-widgets-for-java/#comment-586</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Thu, 28 May 2009 22:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=197#comment-586</guid>
		<description>Hi Lawal,

Use the getComponent methods like this:

SourceListModel model = new SourceListModel();
SourceList sourceList = new SourceList(model);
JPanel myPanel = new JPanel(new BorderLayout());
myPanel.add(sourceList.getComponent(), BorderLayout.CENTER);

-Ken</description>
		<content:encoded><![CDATA[<p>Hi Lawal,</p>
<p>Use the getComponent methods like this:</p>
<p>SourceListModel model = new SourceListModel();<br />
SourceList sourceList = new SourceList(model);<br />
JPanel myPanel = new JPanel(new BorderLayout());<br />
myPanel.add(sourceList.getComponent(), BorderLayout.CENTER);</p>
<p>-Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawal Olawale</title>
		<link>http://explodingpixels.wordpress.com/2008/09/08/mac-widgets-for-java/#comment-583</link>
		<dc:creator>Lawal Olawale</dc:creator>
		<pubDate>Thu, 28 May 2009 19:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=197#comment-583</guid>
		<description>The examples are for the creation not for adding the conventional containers like JPanel.
I worked with the creation but I need to add it to a container to see it fully work.
Kindly send me snippets of code where they are added to a container, by &quot;they&quot; I mean SourceList, TriAreaComponent etc.
As a Nigerian, I really appreciate this kind gesture.</description>
		<content:encoded><![CDATA[<p>The examples are for the creation not for adding the conventional containers like JPanel.<br />
I worked with the creation but I need to add it to a container to see it fully work.<br />
Kindly send me snippets of code where they are added to a container, by &#8220;they&#8221; I mean SourceList, TriAreaComponent etc.<br />
As a Nigerian, I really appreciate this kind gesture.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://explodingpixels.wordpress.com/2008/09/08/mac-widgets-for-java/#comment-582</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Wed, 27 May 2009 18:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=197#comment-582</guid>
		<description>Hi Lawal,

You&#039;ll find example usages here:

http://code.google.com/p/macwidgets/wiki/Examples

Let know if you have further questions.

-Ken</description>
		<content:encoded><![CDATA[<p>Hi Lawal,</p>
<p>You&#8217;ll find example usages here:</p>
<p><a href="http://code.google.com/p/macwidgets/wiki/Examples" rel="nofollow">http://code.google.com/p/macwidgets/wiki/Examples</a></p>
<p>Let know if you have further questions.</p>
<p>-Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawal Olawale</title>
		<link>http://explodingpixels.wordpress.com/2008/09/08/mac-widgets-for-java/#comment-581</link>
		<dc:creator>Lawal Olawale</dc:creator>
		<pubDate>Wed, 27 May 2009 18:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=197#comment-581</guid>
		<description>I just heard about the Mac HUD et al. But the issue is that I have been unable to use everything especially the unconvential component like the SourceList, UnifiedBar in my regular J2SE programmes.
Can you forward a sample program source code in which &quot;these unconvential components&quot; are used and added to a Container?</description>
		<content:encoded><![CDATA[<p>I just heard about the Mac HUD et al. But the issue is that I have been unable to use everything especially the unconvential component like the SourceList, UnifiedBar in my regular J2SE programmes.<br />
Can you forward a sample program source code in which &#8220;these unconvential components&#8221; are used and added to a Container?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://explodingpixels.wordpress.com/2008/09/08/mac-widgets-for-java/#comment-194</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Tue, 16 Sep 2008 12:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=197#comment-194</guid>
		<description>Thanks Christian! Here&#039;s what widgets are currently planned:

* Heads Up Display (HUD)
* iTunes style table
* Preferences window

Let me know if there are other widgets you&#039;d like to see.

-Ken</description>
		<content:encoded><![CDATA[<p>Thanks Christian! Here&#8217;s what widgets are currently planned:</p>
<p>* Heads Up Display (HUD)<br />
* iTunes style table<br />
* Preferences window</p>
<p>Let me know if there are other widgets you&#8217;d like to see.</p>
<p>-Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://explodingpixels.wordpress.com/2008/09/08/mac-widgets-for-java/#comment-192</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Tue, 16 Sep 2008 07:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=197#comment-192</guid>
		<description>Hi Ken,

very nice work!! I must say that I am a bit jealous because such a project is on my own start-a-project whishlist for months and I didn&#039;t find the time... 

Keep up the good work! What are the next widges to come?

Christian</description>
		<content:encoded><![CDATA[<p>Hi Ken,</p>
<p>very nice work!! I must say that I am a bit jealous because such a project is on my own start-a-project whishlist for months and I didn&#8217;t find the time&#8230; </p>
<p>Keep up the good work! What are the next widges to come?</p>
<p>Christian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://explodingpixels.wordpress.com/2008/09/08/mac-widgets-for-java/#comment-171</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Wed, 10 Sep 2008 10:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=197#comment-171</guid>
		<description>Hi Lowell,

I&#039;m not sure if you&#039;ve misunderstood my project - it only uses Java Graphics 2D and component customization (no native libraries are involved). My target audience is Java Mac developers. The fact that my API works on other platforms is a happy coincidence. 

I certainly don&#039;t think there any legal issues with making an app look &quot;Mac-like&quot; on a non-mac platform. Apple has in fact done this itself with the release of iTunes and Safari for Windows. Thus, it would seem to me to be a non-issue.

Thanks for the thoughtful commentary.

-Ken</description>
		<content:encoded><![CDATA[<p>Hi Lowell,</p>
<p>I&#8217;m not sure if you&#8217;ve misunderstood my project &#8211; it only uses Java Graphics 2D and component customization (no native libraries are involved). My target audience is Java Mac developers. The fact that my API works on other platforms is a happy coincidence. </p>
<p>I certainly don&#8217;t think there any legal issues with making an app look &#8220;Mac-like&#8221; on a non-mac platform. Apple has in fact done this itself with the release of iTunes and Safari for Windows. Thus, it would seem to me to be a non-issue.</p>
<p>Thanks for the thoughtful commentary.</p>
<p>-Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lowell</title>
		<link>http://explodingpixels.wordpress.com/2008/09/08/mac-widgets-for-java/#comment-170</link>
		<dc:creator>lowell</dc:creator>
		<pubDate>Wed, 10 Sep 2008 05:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=197#comment-170</guid>
		<description>oh yeah.. about my last sentence above.. umm.. yeah.. you need a rss button (or i need a better monitor).. i cant find it lol</description>
		<content:encoded><![CDATA[<p>oh yeah.. about my last sentence above.. umm.. yeah.. you need a rss button (or i need a better monitor).. i cant find it lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lowell</title>
		<link>http://explodingpixels.wordpress.com/2008/09/08/mac-widgets-for-java/#comment-169</link>
		<dc:creator>lowell</dc:creator>
		<pubDate>Wed, 10 Sep 2008 05:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=197#comment-169</guid>
		<description>hey boss, i appreciate your asking for clarification about my earlier post..

i&#039;m glad that you&#039;re utilizing apple&#039;s hig and that you&#039;re sharing those best practices.. based on the posts, it looks as though many of those benefiting the most are the ones that unlike you and i, code outside of the cocoa world.

everyone benefits whenever there is a contribution to the community, especially with a license as permissive as the lgpl..

the issue i have with your project is the use and inclusion of non-free apple assets.. the hig is a set of guidelines designed to maintain a consistent experience within the cocoa environment; it isnt a free pass to use their graphics _outside_ of cocoa.

when say, i code an application using cocoa ui widgets and elements, i&#039;m actually only using references to libraries already installed in os x (*.rsrc) - i am not repacking them when they are distributed.. if you are going to release a project like this under the lgpl, you&#039;ve got to use your own assets (or say, swing&#039;s) if it leaves cocoa.. you know how apple is about their look and feel being used outside of the mac os.

thats my only issue - the graphics are not yours to redistribute. and no, i&#039;m not going any further (ie google, apple) with this than this blog lol..

but anyways, i like what you&#039;re doing and have subscribed to your blog - the world needs more ui evangelists.

/sorry for the lateness</description>
		<content:encoded><![CDATA[<p>hey boss, i appreciate your asking for clarification about my earlier post..</p>
<p>i&#8217;m glad that you&#8217;re utilizing apple&#8217;s hig and that you&#8217;re sharing those best practices.. based on the posts, it looks as though many of those benefiting the most are the ones that unlike you and i, code outside of the cocoa world.</p>
<p>everyone benefits whenever there is a contribution to the community, especially with a license as permissive as the lgpl..</p>
<p>the issue i have with your project is the use and inclusion of non-free apple assets.. the hig is a set of guidelines designed to maintain a consistent experience within the cocoa environment; it isnt a free pass to use their graphics _outside_ of cocoa.</p>
<p>when say, i code an application using cocoa ui widgets and elements, i&#8217;m actually only using references to libraries already installed in os x (*.rsrc) &#8211; i am not repacking them when they are distributed.. if you are going to release a project like this under the lgpl, you&#8217;ve got to use your own assets (or say, swing&#8217;s) if it leaves cocoa.. you know how apple is about their look and feel being used outside of the mac os.</p>
<p>thats my only issue &#8211; the graphics are not yours to redistribute. and no, i&#8217;m not going any further (ie google, apple) with this than this blog lol..</p>
<p>but anyways, i like what you&#8217;re doing and have subscribed to your blog &#8211; the world needs more ui evangelists.</p>
<p>/sorry for the lateness</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zack</title>
		<link>http://explodingpixels.wordpress.com/2008/09/08/mac-widgets-for-java/#comment-168</link>
		<dc:creator>Zack</dc:creator>
		<pubDate>Tue, 09 Sep 2008 22:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=197#comment-168</guid>
		<description>Very nice.</description>
		<content:encoded><![CDATA[<p>Very nice.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
