<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chaotic Java &#187; JavaFX</title>
	<atom:link href="http://chaoticjava.com/posts/category/code/java-language/frameworks/javafx/feed/" rel="self" type="application/rss+xml" />
	<link>http://chaoticjava.com</link>
	<description>The internet, design patterns, frameworks and Java</description>
	<lastBuildDate>Mon, 14 Nov 2011 03:49:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Hooking up to animations in JavaFX</title>
		<link>http://chaoticjava.com/posts/hooking-up-to-animations-in-javafx/</link>
		<comments>http://chaoticjava.com/posts/hooking-up-to-animations-in-javafx/#comments</comments>
		<pubDate>Mon, 28 May 2007 20:20:25 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[JavaFX]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/hooking-up-to-animations-in-javafx/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/hooking-up-to-animations-in-javafx/";</script>Here&#8217;s a little something I didn&#8217;t know before taking a loop at Chris Oliver&#8217;s Heroes example: You can hook up to the dur keyword&#8217;s iteration of an array of values, by using the (undocument) primitive unitinterval and a &#8220;normal&#8221; for loop. Example from his code: for (unitinterval r in dur 500 fps 100) { bookY [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/hooking-up-to-animations-in-javafx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Another JavaFX example: The editable label</title>
		<link>http://chaoticjava.com/posts/another-javafx-example-the-editable-label/</link>
		<comments>http://chaoticjava.com/posts/another-javafx-example-the-editable-label/#comments</comments>
		<pubDate>Sat, 26 May 2007 12:17:00 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[JavaFX]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/another-javafx-example-the-editable-label/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/another-javafx-example-the-editable-label/";</script>Playing around with JavaFX I created something I was always interested in, which is a label a la Web 2.0 which, when clicked, turns into a text field for editing abilities and binds its contents with something exterior (such as the name of a person, for example). Here&#8217;s the JFX code: class EditableLabel extends CompositeNode [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/another-javafx-example-the-editable-label/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Binding Java classes to JavaFX elements &#8211; Part II</title>
		<link>http://chaoticjava.com/posts/binding-java-classes-to-javafx-elements-part-ii/</link>
		<comments>http://chaoticjava.com/posts/binding-java-classes-to-javafx-elements-part-ii/#comments</comments>
		<pubDate>Fri, 25 May 2007 07:14:14 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[JavaFX]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/binding-java-classes-to-javafx-elements-part-ii/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/binding-java-classes-to-javafx-elements-part-ii/";</script>As the discussion over JavaFX grows both in the forums and wiki I start to get a better sense of what binding requires from the Java objects. The problem with the simple case (of getters and setters) is not much different than the Java/Swing binding problem. That problem was solved by creating the JavaBeans standard, [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/binding-java-classes-to-javafx-elements-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Binding Java classes to JavaFX elements</title>
		<link>http://chaoticjava.com/posts/binding-java-classes-to-javafx-elements/</link>
		<comments>http://chaoticjava.com/posts/binding-java-classes-to-javafx-elements/#comments</comments>
		<pubDate>Fri, 18 May 2007 02:34:04 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[JavaFX]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/binding-java-classes-to-javafx-elements/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/binding-java-classes-to-javafx-elements/";</script>I&#8217;ve asked this questions before, but this is a more elaborate view on it. This is a burning question for me, because many of us have a data model already existing, particularly retrieved from some data source such as a database, XML files or binary formats, and now we want to leverage the power of [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/binding-java-classes-to-javafx-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So, why not Groovy, really?</title>
		<link>http://chaoticjava.com/posts/so-why-not-groovy-really/</link>
		<comments>http://chaoticjava.com/posts/so-why-not-groovy-really/#comments</comments>
		<pubDate>Tue, 15 May 2007 19:43:09 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[JavaFX]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/so-why-not-groovy-really/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/so-why-not-groovy-really/";</script>There&#8217;s a lot of talk ever since JavaFX was announced around why Groovy wasn&#8217;t enough and about the &#8220;conspirative Sun who never really liked Groovy anyway&#8221; trying to push it aside. So first, I think no-one is trying to push anything aside. If someone ever heard the phrase &#8220;the best tool for the given task&#8221; [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/so-why-not-groovy-really/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Some more JavaFX surprises</title>
		<link>http://chaoticjava.com/posts/some-more-javafx-surprises/</link>
		<comments>http://chaoticjava.com/posts/some-more-javafx-surprises/#comments</comments>
		<pubDate>Mon, 14 May 2007 22:35:19 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[JavaFX]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/some-more-javafx-surprises/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/some-more-javafx-surprises/";</script>Playing around with JavaFX and reading some more in the [scarce] documentation, I found the following neat tricks: Expressions within quoted text: In JavaFX you can use variable and attribute names inside quoted strings, such as if you had a variable called name with the value &#8220;Aviad&#8221;, the following quoted string: "Name: {name}" would be [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/some-more-javafx-surprises/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>The three T&#8217;s JavaFX is missing</title>
		<link>http://chaoticjava.com/posts/the-three-ts-javafx-is-missing/</link>
		<comments>http://chaoticjava.com/posts/the-three-ts-javafx-is-missing/#comments</comments>
		<pubDate>Mon, 14 May 2007 03:54:19 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[JavaFX]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/the-three-ts-javafx-is-missing/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/the-three-ts-javafx-is-missing/";</script>Tools, Tools, Tools! Would scream the learned developer. Without tools, a great language is nothing. With tools, a moderate language can take over the market. Granted, JavaFX is fresh out of the oven, and it does provide us with Eclipse and NetBeans plugins (which I haven&#8217;t tested myself yet) but what we need to see [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/the-three-ts-javafx-is-missing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>An example of JavaFX</title>
		<link>http://chaoticjava.com/posts/an-example-of-javafx/</link>
		<comments>http://chaoticjava.com/posts/an-example-of-javafx/#comments</comments>
		<pubDate>Sat, 12 May 2007 18:28:49 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[JavaFX]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/an-example-of-javafx/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/an-example-of-javafx/";</script>This is a really simple thing I wrapped up in a couple of minutes. It doesn&#8217;t show much, and certainly isn&#8217;t very flashy, but it does show some main points I wanted to share about my 5-minutes experience with JFX. By the way, this code can be just taken as is and put directly into [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/an-example-of-javafx/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>JavaFX looks promising!</title>
		<link>http://chaoticjava.com/posts/javafx-looks-promising/</link>
		<comments>http://chaoticjava.com/posts/javafx-looks-promising/#comments</comments>
		<pubDate>Sat, 12 May 2007 07:21:26 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaFX]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/javafx-looks-promising/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/javafx-looks-promising/";</script>I want to say &#8220;Amazing&#8221;, but there are some hic-ups that still bother me yet with it, at least to the extent of my understanding of the JavaFX framework. As something that has only been announced recently, there is very little information about it still, however I gather my knowledge from the official site&#8217;s Language [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/javafx-looks-promising/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

