<?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>Thu, 11 Mar 2010 06:10:57 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Christmas &#8211; Ornaments &#124; Find Disney Collectibles</title>
		<link>http://workshop.evolutionzone.com/2007/01/10/code-framesetundecoratedtrue/comment-page-1/#comment-200148</link>
		<dc:creator>Christmas &#8211; Ornaments &#124; Find Disney Collectibles</dc:creator>
		<pubDate>Mon, 30 Nov 2009 13:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://workshop.evolutionzone.com/2007/01/10/code-framesetundecoratedtrue/#comment-200148</guid>
		<description>[...] code: frame.setundecorated(true); &#8211; no, i&#8217;m not talking about christmas ornaments. i just came up with a quick hack to turn off the window frame from inside processing. see this thread on the processing forums to know why this is useful. when running in the ide the sketch &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] code: frame.setundecorated(true); &#8211; no, i&#8217;m not talking about christmas ornaments. i just came up with a quick hack to turn off the window frame from inside processing. see this thread on the processing forums to know why this is useful. when running in the ide the sketch &#8230; [...]</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>
