<?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: Code: frame.setUndecorated(true);</title>
	<atom:link href="http://workshop.evolutionzone.com/2007/01/10/code-framesetundecoratedtrue/feed/" rel="self" type="application/rss+xml" />
	<link>http://workshop.evolutionzone.com/2007/01/10/code-framesetundecoratedtrue/</link>
	<description>Computational aesthetics and programming for artists and designers.</description>
	<lastBuildDate>Tue, 31 Jan 2012 05:39:21 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: scacinto</title>
		<link>http://workshop.evolutionzone.com/2007/01/10/code-framesetundecoratedtrue/comment-page-1/#comment-348394</link>
		<dc:creator>scacinto</dc:creator>
		<pubDate>Wed, 31 Aug 2011 00:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://workshop.evolutionzone.com/2007/01/10/code-framesetundecoratedtrue/#comment-348394</guid>
		<description>and by &quot;this&quot; i meant: 

&quot; I found the solution to the cryptic error message “The frame is displayable” — simply add this
frame.removeNotify();&quot;</description>
		<content:encoded><![CDATA[<p>and by &#8220;this&#8221; i meant: </p>
<p>&#8221; I found the solution to the cryptic error message “The frame is displayable” — simply add this<br />
frame.removeNotify();&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scacinto</title>
		<link>http://workshop.evolutionzone.com/2007/01/10/code-framesetundecoratedtrue/comment-page-1/#comment-348393</link>
		<dc:creator>scacinto</dc:creator>
		<pubDate>Wed, 31 Aug 2011 00:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://workshop.evolutionzone.com/2007/01/10/code-framesetundecoratedtrue/#comment-348393</guid>
		<description>&lt;q cite=&quot;I found the solution to the cryptic error message... simply add this
frame.removeNotify();&quot;&gt;

This worked for me.  Thanks!</description>
		<content:encoded><![CDATA[<p><q cite="I found the solution to the cryptic error message... simply add this<br />
frame.removeNotify();"></p>
<p>This worked for me.  Thanks!</q></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GiveMeMore</title>
		<link>http://workshop.evolutionzone.com/2007/01/10/code-framesetundecoratedtrue/comment-page-1/#comment-165929</link>
		<dc:creator>GiveMeMore</dc:creator>
		<pubDate>Tue, 12 May 2009 23:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://workshop.evolutionzone.com/2007/01/10/code-framesetundecoratedtrue/#comment-165929</guid>
		<description>It now works for me -- its not easy to find the answer, so I thought I&#039;ll share it...
It turns out the requirements for frame.setLocation(x,y) is different dependent on which mode -- most examples uses OPENGL which explains why people who used it said it works.  I used P2D, and I got frame.setLocation(1020,200); to work inside draw()...</description>
		<content:encoded><![CDATA[<p>It now works for me &#8212; its not easy to find the answer, so I thought I&#8217;ll share it&#8230;<br />
It turns out the requirements for frame.setLocation(x,y) is different dependent on which mode &#8212; most examples uses OPENGL which explains why people who used it said it works.  I used P2D, and I got frame.setLocation(1020,200); to work inside draw()&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GiveMeMore</title>
		<link>http://workshop.evolutionzone.com/2007/01/10/code-framesetundecoratedtrue/comment-page-1/#comment-165880</link>
		<dc:creator>GiveMeMore</dc:creator>
		<pubDate>Tue, 12 May 2009 18:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://workshop.evolutionzone.com/2007/01/10/code-framesetundecoratedtrue/#comment-165880</guid>
		<description>I found something I&#039;d like to share with you...
Good news: I found the solution to the cryptic error message &quot;The frame is displayable&quot; -- simply add this
frame.removeNotify();
will change it to non-displayable and thus remove the compilation error.  (You may need to make it displayable again after frame.setUndecorated(true); )

Bad news:
   frame.setLocation(1020,200);  // no effect
I am not able to get it to change the display location no matter what x y location I use.

Do you have access to the changes since 2007 that can shine a light on this issue?</description>
		<content:encoded><![CDATA[<p>I found something I&#8217;d like to share with you&#8230;<br />
Good news: I found the solution to the cryptic error message &#8220;The frame is displayable&#8221; &#8212; simply add this<br />
frame.removeNotify();<br />
will change it to non-displayable and thus remove the compilation error.  (You may need to make it displayable again after frame.setUndecorated(true); )</p>
<p>Bad news:<br />
   frame.setLocation(1020,200);  // no effect<br />
I am not able to get it to change the display location no matter what x y location I use.</p>
<p>Do you have access to the changes since 2007 that can shine a light on this issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GiveMeMore</title>
		<link>http://workshop.evolutionzone.com/2007/01/10/code-framesetundecoratedtrue/comment-page-1/#comment-165875</link>
		<dc:creator>GiveMeMore</dc:creator>
		<pubDate>Tue, 12 May 2009 17:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://workshop.evolutionzone.com/2007/01/10/code-framesetundecoratedtrue/#comment-165875</guid>
		<description>I tried this with Processing 1.0.3 on Windows XP, either under Processing IDE, or built as standalone application, and both failed.  I wonder if something changed since 2007, or whether I did something wrong?
See http://processing.org/discourse/yabb2/YaBB.pl?num=1185318989/0#4</description>
		<content:encoded><![CDATA[<p>I tried this with Processing 1.0.3 on Windows XP, either under Processing IDE, or built as standalone application, and both failed.  I wonder if something changed since 2007, or whether I did something wrong?<br />
See <a href="http://processing.org/discourse/yabb2/YaBB.pl?num=1185318989/0#4" rel="nofollow">http://processing.org/discourse/yabb2/YaBB.pl?num=1185318989/0#4</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sergio</title>
		<link>http://workshop.evolutionzone.com/2007/01/10/code-framesetundecoratedtrue/comment-page-1/#comment-19282</link>
		<dc:creator>sergio</dc:creator>
		<pubDate>Mon, 04 Jun 2007 02:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://workshop.evolutionzone.com/2007/01/10/code-framesetundecoratedtrue/#comment-19282</guid>
		<description>Tried this in Eclipse, but to no result...
Unfortunately the applet won&#039;t even initalize...
:-</description>
		<content:encoded><![CDATA[<p>Tried this in Eclipse, but to no result&#8230;<br />
Unfortunately the applet won&#8217;t even initalize&#8230;<br />
:-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: douglas edric stanley</title>
		<link>http://workshop.evolutionzone.com/2007/01/10/code-framesetundecoratedtrue/comment-page-1/#comment-6632</link>
		<dc:creator>douglas edric stanley</dc:creator>
		<pubDate>Sat, 03 Mar 2007 00:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://workshop.evolutionzone.com/2007/01/10/code-framesetundecoratedtrue/#comment-6632</guid>
		<description>Ah, very handy that. Thanx.</description>
		<content:encoded><![CDATA[<p>Ah, very handy that. Thanx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marius watz</title>
		<link>http://workshop.evolutionzone.com/2007/01/10/code-framesetundecoratedtrue/comment-page-1/#comment-3398</link>
		<dc:creator>marius watz</dc:creator>
		<pubDate>Tue, 16 Jan 2007 15:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://workshop.evolutionzone.com/2007/01/10/code-framesetundecoratedtrue/#comment-3398</guid>
		<description>Thanks, Kyle, I&#039;ve updated the code accordingly.</description>
		<content:encoded><![CDATA[<p>Thanks, Kyle, I&#8217;ve updated the code accordingly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://workshop.evolutionzone.com/2007/01/10/code-framesetundecoratedtrue/comment-page-1/#comment-3103</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Thu, 11 Jan 2007 07:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://workshop.evolutionzone.com/2007/01/10/code-framesetundecoratedtrue/#comment-3103</guid>
		<description>main() is called after init(), which will reset any changes to the frame bounds. Instead, try moving &lt;code&gt;frame.setLocation(0,0);&lt;/code&gt; into setup().</description>
		<content:encoded><![CDATA[<p>main() is called after init(), which will reset any changes to the frame bounds. Instead, try moving <code>frame.setLocation(0,0);</code> into setup().</p>
]]></content:encoded>
	</item>
</channel>
</rss>

