<?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: JFXtras 0.5 Release Announcement</title>
	<atom:link href="http://steveonjava.com/2009/06/22/jfxtras-0-5-release-announcement/feed/" rel="self" type="application/rss+xml" />
	<link>http://steveonjava.com/2009/06/22/jfxtras-0-5-release-announcement/</link>
	<description>Hacking JavaFX and Java with Agility</description>
	<lastBuildDate>Sun, 07 Mar 2010 10:12:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: steveonjava</title>
		<link>http://steveonjava.com/2009/06/22/jfxtras-0-5-release-announcement/#comment-104</link>
		<dc:creator>steveonjava</dc:creator>
		<pubDate>Sat, 26 Sep 2009 06:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=365#comment-104</guid>
		<description>Please ask this question on the jfxtras users mailing list, and I am sure you will get a quick answer: http://groups.google.com/group/jfxtras-users</description>
		<content:encoded><![CDATA[<p>Please ask this question on the jfxtras users mailing list, and I am sure you will get a quick answer: <a href="http://groups.google.com/group/jfxtras-users" rel="nofollow">http://groups.google.com/group/jfxtras-users</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ritukar</title>
		<link>http://steveonjava.com/2009/06/22/jfxtras-0-5-release-announcement/#comment-103</link>
		<dc:creator>ritukar</dc:creator>
		<pubDate>Sat, 26 Sep 2009 06:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=365#comment-103</guid>
		<description>Hi there!

It was really great to use SceneToJComponent, which enables me to load fx thing in a JComponent, and then can be added in a JFrame.

But my problem is that how can I unload this loaded screen , coz I have load and unload fx screens in a loop.

Waiting for reply eagerly.
Thanks!!</description>
		<content:encoded><![CDATA[<p>Hi there!</p>
<p>It was really great to use SceneToJComponent, which enables me to load fx thing in a JComponent, and then can be added in a JFrame.</p>
<p>But my problem is that how can I unload this loaded screen , coz I have load and unload fx screens in a loop.</p>
<p>Waiting for reply eagerly.<br />
Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steveonjava</title>
		<link>http://steveonjava.com/2009/06/22/jfxtras-0-5-release-announcement/#comment-102</link>
		<dc:creator>steveonjava</dc:creator>
		<pubDate>Tue, 01 Sep 2009 12:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=365#comment-102</guid>
		<description>Existing JavaFX applications will continue to use the version listed in their JNLP file (in your case JavaFX 1.2).  Likewise, whatever version of JFXtras you have linked against will continue to be used (in your case JFXtras 0.5), so you are safe in the event of a JavaFX upgrade by Sun.

After a JavaFX release, if you choose to upgrade your application, you would need to upgrade both JavaFX and JFXtras simultaneously.  This is because it is almost guaranteed that the next major version of JavaFX will not be binary compatible, so your application and all dependent libraries will need to be updated and recompiled.

I hope this helps clarify!</description>
		<content:encoded><![CDATA[<p>Existing JavaFX applications will continue to use the version listed in their JNLP file (in your case JavaFX 1.2).  Likewise, whatever version of JFXtras you have linked against will continue to be used (in your case JFXtras 0.5), so you are safe in the event of a JavaFX upgrade by Sun.</p>
<p>After a JavaFX release, if you choose to upgrade your application, you would need to upgrade both JavaFX and JFXtras simultaneously.  This is because it is almost guaranteed that the next major version of JavaFX will not be binary compatible, so your application and all dependent libraries will need to be updated and recompiled.</p>
<p>I hope this helps clarify!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pj</title>
		<link>http://steveonjava.com/2009/06/22/jfxtras-0-5-release-announcement/#comment-101</link>
		<dc:creator>pj</dc:creator>
		<pubDate>Mon, 31 Aug 2009 19:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=365#comment-101</guid>
		<description>Hi!

I have one question.
For example i release an application using JFXtras 0.5. What will happen when sun/oracle releases new version of Java that supports future versions of JavaFX (i.e. 1.3)
Will my application crash if user uses new version of Java?

thx for response.</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I have one question.<br />
For example i release an application using JFXtras 0.5. What will happen when sun/oracle releases new version of Java that supports future versions of JavaFX (i.e. 1.3)<br />
Will my application crash if user uses new version of Java?</p>
<p>thx for response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Java desktop links of the week, June 29 &#124; Jonathan Giles</title>
		<link>http://steveonjava.com/2009/06/22/jfxtras-0-5-release-announcement/#comment-105</link>
		<dc:creator>Java desktop links of the week, June 29 &#124; Jonathan Giles</dc:creator>
		<pubDate>Thu, 16 Jul 2009 22:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=365#comment-105</guid>
		<description>[...] Chin announced the release of JFXtras 0.5, which is a library any JavaFX developer should get to know, as it fills in a lot of gaps that [...]</description>
		<content:encoded><![CDATA[<p>[...] Chin announced the release of JFXtras 0.5, which is a library any JavaFX developer should get to know, as it fills in a lot of gaps that [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
