<?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: A Swing Button with 3D (Source Code+Demo)</title>
	<atom:link href="http://www.curious-creature.org/2005/12/21/a-swing-button-with-3d-source-codedemo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.curious-creature.org/2005/12/21/a-swing-button-with-3d-source-codedemo/</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: Nikita</title>
		<link>http://www.curious-creature.org/2005/12/21/a-swing-button-with-3d-source-codedemo/comment-page-1/#comment-4316</link>
		<dc:creator>Nikita</dc:creator>
		<pubDate>Fri, 17 Sep 2010 11:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.progx.org/curious-creature/blog/2005/12/21/a-swing-button-with-3d-source-codedemo/#comment-4316</guid>
		<description>+1
I don&#039;t see anything but button with &quot;Preferences&quot; on macosx 10.6.4 java 1.6.0_20</description>
		<content:encoded><![CDATA[<p>+1<br />
I don&#8217;t see anything but button with &#8220;Preferences&#8221; on macosx 10.6.4 java 1.6.0_20</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.curious-creature.org/2005/12/21/a-swing-button-with-3d-source-codedemo/comment-page-1/#comment-3558</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Fri, 07 May 2010 04:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.progx.org/curious-creature/blog/2005/12/21/a-swing-button-with-3d-source-codedemo/#comment-3558</guid>
		<description>I don&#039;t see any 3d model in my button.  It just has &quot;Preferences&quot; in it.

OSX 10.4.11
java version &quot;1.5.0_19&quot;</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see any 3d model in my button.  It just has &#8220;Preferences&#8221; in it.</p>
<p>OSX 10.4.11<br />
java version &#8220;1.5.0_19&#8243;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: petercc9</title>
		<link>http://www.curious-creature.org/2005/12/21/a-swing-button-with-3d-source-codedemo/comment-page-1/#comment-3447</link>
		<dc:creator>petercc9</dc:creator>
		<pubDate>Fri, 30 Apr 2010 15:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.progx.org/curious-creature/blog/2005/12/21/a-swing-button-with-3d-source-codedemo/#comment-3447</guid>
		<description>great instructions nantuko! I have the button running perfectly.</description>
		<content:encoded><![CDATA[<p>great instructions nantuko! I have the button running perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Java2D / OpenGL interoperability &#171; JOGL Animation</title>
		<link>http://www.curious-creature.org/2005/12/21/a-swing-button-with-3d-source-codedemo/comment-page-1/#comment-3232</link>
		<dc:creator>Java2D / OpenGL interoperability &#171; JOGL Animation</dc:creator>
		<pubDate>Sat, 06 Feb 2010 05:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.progx.org/curious-creature/blog/2005/12/21/a-swing-button-with-3d-source-codedemo/#comment-3232</guid>
		<description>[...] 3D OpenGL graphics on top of Java2D rendering (see here for a button with an OpenGL [...]</description>
		<content:encoded><![CDATA[<p>[...] 3D OpenGL graphics on top of Java2D rendering (see here for a button with an OpenGL [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nantuko</title>
		<link>http://www.curious-creature.org/2005/12/21/a-swing-button-with-3d-source-codedemo/comment-page-1/#comment-2896</link>
		<dc:creator>nantuko</dc:creator>
		<pubDate>Wed, 23 Sep 2009 07:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.progx.org/curious-creature/blog/2005/12/21/a-swing-button-with-3d-source-codedemo/#comment-2896</guid>
		<description>I&#039;ve successed with the example in eclipse
Here my steps:
1. Download jogl for your OS
different versions can be found here:
http://download.java.net/media/jogl/builds/archive/
As for me, I&#039;ve downloaded this one:
http://download.java.net/media/jogl/builds/archive/jsr-231-1.1.1a/jogl-1.1.1a-windows-i586.zip
1b. Download and install java 3d:
http://java.sun.com/javase/technologies/desktop/java3d/
2. Unpack and copy libs (jars and native dlls) to any folder (g.e. c:\test\jogl\bin)
3. Start Eclipse and create new java project (e.g. ButtonDemo)
4. Eclipse
4a.Open Eclipce Menu: Window-&gt;Preferencies
Java-Build Path-User libraries
4b. Press &quot;New...&quot;
give some name, e.g. &quot;JOGL&quot;
4c.Press &quot;Add jars...&quot;
Add gluegen-rt.jar and jogl.jar from you folder (described above, c:\test\jogl\lib\)
4d.!Important:
On the same window, point Native library location for jogl.jar, for me: c:/test/jogl/lib (it is where jogl.dll, jogl_awt.dll, gluegen-rt.dll, etc. are)
5. Open ButtonDemo Project Properties,
Java Build Path-&gt;Libraries-&gt;Add library...-&gt;Choose User Library-&gt;Check &quot;JOGL&quot; (from 4b.)
6. You may need vecmath from Java\Java3D\ver\lib\ext
So just copy it into project and add into Libraries (Java Build Path-&gt;Add JARS...)

Now it works!

p.s. send email to nantuko@mail.ru if you have any question</description>
		<content:encoded><![CDATA[<p>I&#8217;ve successed with the example in eclipse<br />
Here my steps:<br />
1. Download jogl for your OS<br />
different versions can be found here:<br />
<a href="http://download.java.net/media/jogl/builds/archive/" rel="nofollow">http://download.java.net/media/jogl/builds/archive/</a><br />
As for me, I&#8217;ve downloaded this one:<br />
<a href="http://download.java.net/media/jogl/builds/archive/jsr-231-1.1.1a/jogl-1.1.1a-windows-i586.zip" rel="nofollow">http://download.java.net/media/jogl/builds/archive/jsr-231-1.1.1a/jogl-1.1.1a-windows-i586.zip</a><br />
1b. Download and install java 3d:<br />
<a href="http://java.sun.com/javase/technologies/desktop/java3d/" rel="nofollow">http://java.sun.com/javase/technologies/desktop/java3d/</a><br />
2. Unpack and copy libs (jars and native dlls) to any folder (g.e. c:\test\jogl\bin)<br />
3. Start Eclipse and create new java project (e.g. ButtonDemo)<br />
4. Eclipse<br />
4a.Open Eclipce Menu: Window-&gt;Preferencies<br />
Java-Build Path-User libraries<br />
4b. Press &#8220;New&#8230;&#8221;<br />
give some name, e.g. &#8220;JOGL&#8221;<br />
4c.Press &#8220;Add jars&#8230;&#8221;<br />
Add gluegen-rt.jar and jogl.jar from you folder (described above, c:\test\jogl\lib\)<br />
4d.!Important:<br />
On the same window, point Native library location for jogl.jar, for me: c:/test/jogl/lib (it is where jogl.dll, jogl_awt.dll, gluegen-rt.dll, etc. are)<br />
5. Open ButtonDemo Project Properties,<br />
Java Build Path-&gt;Libraries-&gt;Add library&#8230;-&gt;Choose User Library-&gt;Check &#8220;JOGL&#8221; (from 4b.)<br />
6. You may need vecmath from Java\Java3D\ver\lib\ext<br />
So just copy it into project and add into Libraries (Java Build Path-&gt;Add JARS&#8230;)</p>
<p>Now it works!</p>
<p>p.s. send email to <a href="mailto:nantuko@mail.ru">nantuko@mail.ru</a> if you have any question</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nantuko</title>
		<link>http://www.curious-creature.org/2005/12/21/a-swing-button-with-3d-source-codedemo/comment-page-1/#comment-2895</link>
		<dc:creator>nantuko</dc:creator>
		<pubDate>Wed, 23 Sep 2009 06:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.progx.org/curious-creature/blog/2005/12/21/a-swing-button-with-3d-source-codedemo/#comment-2895</guid>
		<description>I&#039;m also interested how to make this example working. May be you can provide steps to configure environment (with links to download necessary libs, etc.) so it would be easier to run your example just following the steps.
At the moment I&#039;ve installed jogl but &quot;Could not initialize class com.sun.opengl.impl.windows.WindowsGLDrawableFactory&quot; exception is thrown, seems jogl can&#039;t be found at java.library.path but couldn&#039;t manage that</description>
		<content:encoded><![CDATA[<p>I&#8217;m also interested how to make this example working. May be you can provide steps to configure environment (with links to download necessary libs, etc.) so it would be easier to run your example just following the steps.<br />
At the moment I&#8217;ve installed jogl but &#8220;Could not initialize class com.sun.opengl.impl.windows.WindowsGLDrawableFactory&#8221; exception is thrown, seems jogl can&#8217;t be found at java.library.path but couldn&#8217;t manage that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skinny boy</title>
		<link>http://www.curious-creature.org/2005/12/21/a-swing-button-with-3d-source-codedemo/comment-page-1/#comment-2893</link>
		<dc:creator>skinny boy</dc:creator>
		<pubDate>Tue, 15 Sep 2009 00:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.progx.org/curious-creature/blog/2005/12/21/a-swing-button-with-3d-source-codedemo/#comment-2893</guid>
		<description>have you presented this small API you are refering to?
i would appreciate it if i could get a link to it
thanks in advance</description>
		<content:encoded><![CDATA[<p>have you presented this small API you are refering to?<br />
i would appreciate it if i could get a link to it<br />
thanks in advance</p>
]]></content:encoded>
	</item>
</channel>
</rss>

