<?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: 30 Lines of JavaFX</title>
	<atom:link href="http://steveonjava.com/30-lines-of-javafx/feed/" rel="self" type="application/rss+xml" />
	<link>http://javafx.steveonjava.com/30-lines-of-javafx/</link>
	<description>Hacking Java, JavaFX, and Flash with Agility</description>
	<lastBuildDate>Wed, 28 Dec 2011 11:38:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Java desktop links of the week, October 5 &#124; Jonathan Giles</title>
		<link>http://javafx.steveonjava.com/30-lines-of-javafx/#comment-166</link>
		<dc:creator>Java desktop links of the week, October 5 &#124; Jonathan Giles</dc:creator>
		<pubDate>Sun, 04 Oct 2009 22:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=621#comment-166</guid>
		<description>[...] winner has been announced.. A number of people have posted their code for the challenge, including Stephen Chin, Carl Dea, Muhammad Hakim, Sergey Surikov, Vinu and Philippe [...]</description>
		<content:encoded><![CDATA[<p>[...] winner has been announced.. A number of people have posted their code for the challenge, including Stephen Chin, Carl Dea, Muhammad Hakim, Sergey Surikov, Vinu and Philippe [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steveonjava</title>
		<link>http://javafx.steveonjava.com/30-lines-of-javafx/#comment-168</link>
		<dc:creator>steveonjava</dc:creator>
		<pubDate>Wed, 30 Sep 2009 10:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=621#comment-168</guid>
		<description>It was a pain, but I reconstituted something close to the original.  Enjoy!</description>
		<content:encoded><![CDATA[<p>It was a pain, but I reconstituted something close to the original.  Enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://javafx.steveonjava.com/30-lines-of-javafx/#comment-167</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Tue, 29 Sep 2009 21:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=621#comment-167</guid>
		<description>Impressive stuff.  Any chance you could post a formatted version of the source code?</description>
		<content:encoded><![CDATA[<p>Impressive stuff.  Any chance you could post a formatted version of the source code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steveonjava</title>
		<link>http://javafx.steveonjava.com/30-lines-of-javafx/#comment-165</link>
		<dc:creator>steveonjava</dc:creator>
		<pubDate>Tue, 29 Sep 2009 15:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=621#comment-165</guid>
		<description>Thanks for the feedback.  Please see my comment above about the copy/paste errors (it should work now).</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback.  Please see my comment above about the copy/paste errors (it should work now).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steveonjava</title>
		<link>http://javafx.steveonjava.com/30-lines-of-javafx/#comment-164</link>
		<dc:creator>steveonjava</dc:creator>
		<pubDate>Tue, 29 Sep 2009 15:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=621#comment-164</guid>
		<description>What can I say, I like descriptive variable names.  :)</description>
		<content:encoded><![CDATA[<p>What can I say, I like descriptive variable names.  <img src='http://steveonjava.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steveonjava</title>
		<link>http://javafx.steveonjava.com/30-lines-of-javafx/#comment-163</link>
		<dc:creator>steveonjava</dc:creator>
		<pubDate>Tue, 29 Sep 2009 15:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=621#comment-163</guid>
		<description>The dog ate my homework!!!  (there were some  signs that got nuked in the conversion)  The sample code is fixed and tested, give it another try...</description>
		<content:encoded><![CDATA[<p>The dog ate my homework!!!  (there were some  signs that got nuked in the conversion)  The sample code is fixed and tested, give it another try&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PhiLho</title>
		<link>http://javafx.steveonjava.com/30-lines-of-javafx/#comment-162</link>
		<dc:creator>PhiLho</dc:creator>
		<pubDate>Tue, 29 Sep 2009 15:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=621#comment-162</guid>
		<description>Copy/paste in a file, I get a compilation error at line 11 (which is 10 in your curious code area starting to number lines at 0!):
Test.fx:11: unexpected type
required: variable
found   : value
visible:bind Math.abs(indexof entry-(c mod sizeof e))=(sizeof e as Number)*3/4
             ^
Note: Test.fx uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error

Is that JavaFX 1.1 or before?

Oh, and the Click To Play link goes to a .flv file!

Beside, it looks nice, well done!</description>
		<content:encoded><![CDATA[<p>Copy/paste in a file, I get a compilation error at line 11 (which is 10 in your curious code area starting to number lines at 0!):<br />
Test.fx:11: unexpected type<br />
required: variable<br />
found   : value<br />
visible:bind Math.abs(indexof entry-(c mod sizeof e))=(sizeof e as Number)*3/4<br />
             ^<br />
Note: Test.fx uses or overrides a deprecated API.<br />
Note: Recompile with -Xlint:deprecation for details.<br />
1 error</p>
<p>Is that JavaFX 1.1 or before?</p>
<p>Oh, and the Click To Play link goes to a .flv file!</p>
<p>Beside, it looks nice, well done!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mi</title>
		<link>http://javafx.steveonjava.com/30-lines-of-javafx/#comment-161</link>
		<dc:creator>Mi</dc:creator>
		<pubDate>Tue, 29 Sep 2009 13:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=621#comment-161</guid>
		<description>1000 chars difference all from white space n variable names! That&#039;s 25% of the total char count</description>
		<content:encoded><![CDATA[<p>1000 chars difference all from white space n variable names! That&#8217;s 25% of the total char count</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iban</title>
		<link>http://javafx.steveonjava.com/30-lines-of-javafx/#comment-160</link>
		<dc:creator>Iban</dc:creator>
		<pubDate>Tue, 29 Sep 2009 11:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=621#comment-160</guid>
		<description>There is an error in line 10? (unexpected type)

I can&#039;t run the script :-(</description>
		<content:encoded><![CDATA[<p>There is an error in line 10? (unexpected type)</p>
<p>I can&#8217;t run the script <img src='http://steveonjava.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

