<?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: Java Tutorial 09 &#8211; OpenGL and Java</title>
	<atom:link href="http://www.20papercups.net/java-vtm-tutorials/java-vtm09-opengl-and-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.20papercups.net/java-vtm-tutorials/java-vtm09-opengl-and-java/</link>
	<description>The (awesome) website of Michael Marner</description>
	<lastBuildDate>Mon, 30 Aug 2010 14:05:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Mjava</title>
		<link>http://www.20papercups.net/java-vtm-tutorials/java-vtm09-opengl-and-java/comment-page-1/#comment-416</link>
		<dc:creator>Mjava</dc:creator>
		<pubDate>Mon, 30 Aug 2010 14:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=100#comment-416</guid>
		<description>Hi
I am new in Java and i understand all till this video but ...
I couldn&#039;t understand this lecture actually i am wondering how can i find the description of these commands ?  how can i improve my knowledge about this kind of programming?
how can i use or find other classes if i need?
if it is possible please make a video and demonstrate this part a lit bit .

Dear Michael so thanx but we r wondering and need ur help 
Sincerely yours</description>
		<content:encoded><![CDATA[<p>Hi<br />
I am new in Java and i understand all till this video but &#8230;<br />
I couldn&#8217;t understand this lecture actually i am wondering how can i find the description of these commands ?  how can i improve my knowledge about this kind of programming?<br />
how can i use or find other classes if i need?<br />
if it is possible please make a video and demonstrate this part a lit bit .</p>
<p>Dear Michael so thanx but we r wondering and need ur help<br />
Sincerely yours</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stanely</title>
		<link>http://www.20papercups.net/java-vtm-tutorials/java-vtm09-opengl-and-java/comment-page-1/#comment-317</link>
		<dc:creator>Stanely</dc:creator>
		<pubDate>Tue, 06 Apr 2010 22:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=100#comment-317</guid>
		<description>Hi!
I am new in Java and your videos are serving as the best intro for me.
I have entered into graphics and noticed that I need the graphics package but I have searched every where to no avail.
Please could you send me the complete graphics package? 
I&#039;ll prefer to receive it through my email.
Thanks for the marvelous work!</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I am new in Java and your videos are serving as the best intro for me.<br />
I have entered into graphics and noticed that I need the graphics package but I have searched every where to no avail.<br />
Please could you send me the complete graphics package?<br />
I&#8217;ll prefer to receive it through my email.<br />
Thanks for the marvelous work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mayleine Olfindo</title>
		<link>http://www.20papercups.net/java-vtm-tutorials/java-vtm09-opengl-and-java/comment-page-1/#comment-199</link>
		<dc:creator>Mayleine Olfindo</dc:creator>
		<pubDate>Sat, 12 Sep 2009 15:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=100#comment-199</guid>
		<description>Please keep making vidoes, Michael. Much love from the Philippines.</description>
		<content:encoded><![CDATA[<p>Please keep making vidoes, Michael. Much love from the Philippines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Storm</title>
		<link>http://www.20papercups.net/java-vtm-tutorials/java-vtm09-opengl-and-java/comment-page-1/#comment-134</link>
		<dc:creator>Richard Storm</dc:creator>
		<pubDate>Mon, 24 Aug 2009 20:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=100#comment-134</guid>
		<description>Hi Michael!

Your VTM tutorials really rocks!

I&#039;ve enjoyed doing them all flawless until now. This VTM works just fine until I type the line &quot;c = new GLCanvas();&quot;. Then Eclipse won&#039;t run it because it finds lots of errors. The error message goes like :

&quot;Exception in thread &quot;main&quot; java.lang.NoClassDefFoundError: com/sun/gluegen/runtime/DynamicLookupHelper
at ...
at MainFrame.(MainFrame.java:12)
at OpenGLDemo.main(OpenGLDemo.java:8)&quot;

MainFrame.java:12 is &quot;c = new GLCanvas();&quot; and OpenGLDemo.java:8 is &quot;final MainFrame frame = new MainFrame();&quot;

What might be the problem and how should I do to get this to work? Until I type the line and declare the variable c, I get a grey centered window, but as soon as I declare it, it doesn&#039;t work at all. Please help me Michael!

You&#039;re the man!</description>
		<content:encoded><![CDATA[<p>Hi Michael!</p>
<p>Your VTM tutorials really rocks!</p>
<p>I&#8217;ve enjoyed doing them all flawless until now. This VTM works just fine until I type the line &#8220;c = new GLCanvas();&#8221;. Then Eclipse won&#8217;t run it because it finds lots of errors. The error message goes like :</p>
<p>&#8220;Exception in thread &#8220;main&#8221; java.lang.NoClassDefFoundError: com/sun/gluegen/runtime/DynamicLookupHelper<br />
at &#8230;<br />
at MainFrame.(MainFrame.java:12)<br />
at OpenGLDemo.main(OpenGLDemo.java:8)&#8221;</p>
<p>MainFrame.java:12 is &#8220;c = new GLCanvas();&#8221; and OpenGLDemo.java:8 is &#8220;final MainFrame frame = new MainFrame();&#8221;</p>
<p>What might be the problem and how should I do to get this to work? Until I type the line and declare the variable c, I get a grey centered window, but as soon as I declare it, it doesn&#8217;t work at all. Please help me Michael!</p>
<p>You&#8217;re the man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://www.20papercups.net/java-vtm-tutorials/java-vtm09-opengl-and-java/comment-page-1/#comment-95</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Wed, 01 Apr 2009 19:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=100#comment-95</guid>
		<description>more on java plz dunt stop...cheers
depending on u ........wait.............waiting................and stil waiting..............</description>
		<content:encoded><![CDATA[<p>more on java plz dunt stop&#8230;cheers<br />
depending on u &#8230;&#8230;..wait&#8230;&#8230;&#8230;&#8230;.waiting&#8230;&#8230;&#8230;&#8230;&#8230;.and stil waiting&#8230;&#8230;&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ty</title>
		<link>http://www.20papercups.net/java-vtm-tutorials/java-vtm09-opengl-and-java/comment-page-1/#comment-76</link>
		<dc:creator>Ty</dc:creator>
		<pubDate>Tue, 17 Mar 2009 04:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=100#comment-76</guid>
		<description>Great work on the videos. Keep them coming please!</description>
		<content:encoded><![CDATA[<p>Great work on the videos. Keep them coming please!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.20papercups.net/java-vtm-tutorials/java-vtm09-opengl-and-java/comment-page-1/#comment-44</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 02 Feb 2009 04:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=100#comment-44</guid>
		<description>Hah, nice tip Mike!

I guess like most things in Java, there is a way to do it implemented in the API, you just have to spend the time going through the docs to find out how to do it!

Cheers
Michael</description>
		<content:encoded><![CDATA[<p>Hah, nice tip Mike!</p>
<p>I guess like most things in Java, there is a way to do it implemented in the API, you just have to spend the time going through the docs to find out how to do it!</p>
<p>Cheers<br />
Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.20papercups.net/java-vtm-tutorials/java-vtm09-opengl-and-java/comment-page-1/#comment-43</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 01 Feb 2009 10:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=100#comment-43</guid>
		<description>Hi, you should use setLocationRelativeTo() to centre the frame. If you pass in null it will automatically be centred. 

http://java.sun.com/j2se/1.4.2/docs/api/java/awt/Window.html#setLocationRelativeTo(java.awt.Component)</description>
		<content:encoded><![CDATA[<p>Hi, you should use setLocationRelativeTo() to centre the frame. If you pass in null it will automatically be centred. </p>
<p><a href="http://java.sun.com/j2se/1.4.2/docs/api/java/awt/Window.html#setLocationRelativeTo(java.awt.Component)" rel="nofollow">http://java.sun.com/j2se/1.4.2/docs/api/java/awt/Window.html#setLocationRelativeTo(java.awt.Component)</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Me</title>
		<link>http://www.20papercups.net/java-vtm-tutorials/java-vtm09-opengl-and-java/comment-page-1/#comment-30</link>
		<dc:creator>Me</dc:creator>
		<pubDate>Mon, 19 Jan 2009 09:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=100#comment-30</guid>
		<description>good stuff</description>
		<content:encoded><![CDATA[<p>good stuff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seth</title>
		<link>http://www.20papercups.net/java-vtm-tutorials/java-vtm09-opengl-and-java/comment-page-1/#comment-26</link>
		<dc:creator>Seth</dc:creator>
		<pubDate>Wed, 14 Jan 2009 23:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=100#comment-26</guid>
		<description>I am the only one to comment for another awsome tutorial? WTF? Well then let me be the first to thank you for making this and the other AWESOME VTM!!!!!!  U R the man! Yeah, a little hard to understand but hey, not only do I get to learn about the Java language, I become more cultured as well... sweet. Thanks again man. U R AWESOME!</description>
		<content:encoded><![CDATA[<p>I am the only one to comment for another awsome tutorial? WTF? Well then let me be the first to thank you for making this and the other AWESOME VTM!!!!!!  U R the man! Yeah, a little hard to understand but hey, not only do I get to learn about the Java language, I become more cultured as well&#8230; sweet. Thanks again man. U R AWESOME!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
