<?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>indiWiz.com &#187; javafx</title>
	<atom:link href="http://indiwiz.com/tag/javafx/feed/" rel="self" type="application/rss+xml" />
	<link>http://indiwiz.com</link>
	<description>Subhash&#039;s Tech Log</description>
	<lastBuildDate>Wed, 03 Mar 2010 13:24:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>&#8220;Hello World&#8221; (GUI) example in JavaFX</title>
		<link>http://indiwiz.com/2009/06/08/hello-world-gui-example-in-javafx/</link>
		<comments>http://indiwiz.com/2009/06/08/hello-world-gui-example-in-javafx/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 08:39:29 +0000</pubDate>
		<dc:creator>Subhash Chandran</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[javafx]]></category>

		<guid isPermaLink="false">http://indiwiz.com/?p=320</guid>
		<description><![CDATA[package tutorial; import javafx.stage.Stage; import javafx.scene.Scene; import javafx.scene.paint.Color; import javafx.scene.text.Text; import javafx.scene.text.Font; import javafx.scene.text.FontWeight; def WIDTH = 160; def HEIGHT = 80; def MESSAGE = &#34;Hello World!&#34;; Stage { title: MESSAGE width: WIDTH height: HEIGHT scene: Scene { fill: Color.BLACK content: Text { font: Font.font(&#34;Serif&#34;, FontWeight.BOLD, 16) fill: Color.WHITE x: 10 y: 30 content: MESSAGE [...]]]></description>
			<content:encoded><![CDATA[<pre class="brush: java;">
package tutorial;

import javafx.stage.Stage;
import javafx.scene.Scene;
import javafx.scene.paint.Color;
import javafx.scene.text.Text;
import javafx.scene.text.Font;
import javafx.scene.text.FontWeight;

def WIDTH = 160;
def HEIGHT = 80;
def MESSAGE = &quot;Hello World!&quot;;

Stage {
    title: MESSAGE
    width: WIDTH
    height: HEIGHT
    scene: Scene {
        fill: Color.BLACK
        content:
            Text {
                font: Font.font(&quot;Serif&quot;, FontWeight.BOLD, 16)
                fill: Color.WHITE
                x: 10
                y: 30
                content: MESSAGE
            }
    }
}
</pre>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://indiwiz.com/2009/06/08/hello-world-gui-example-in-javafx/&amp;title=%22Hello+World%22+%28GUI%29+example+in+JavaFX" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://indiwiz.com/2009/06/08/hello-world-gui-example-in-javafx/&amp;title=%22Hello+World%22+%28GUI%29+example+in+JavaFX" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://indiwiz.com/2009/06/08/hello-world-gui-example-in-javafx/&amp;title=%22Hello+World%22+%28GUI%29+example+in+JavaFX&amp;desc=%5Bsourcecode%20language%3D%22java%22%5D%0D%0Apackage%20tutorial%3B%0D%0A%0D%0Aimport%20javafx.stage.Stage%3B%0D%0Aimport%20javafx.scene.Scene%3B%0D%0Aimport%20javafx.scene.paint.Color%3B%0D%0Aimport%20javafx.scene.text.Text%3B%0D%0Aimport%20javafx.scene.text.Font%3B%0D%0Aimport%20javafx.scene.text.FontWeight%3B%0D%0A%0D%0Adef%20WIDTH%20%3D%20160%3B%0D%0Adef%20HEIGHT%20%3D%2080%3B%0D%0Adef%20MESSAGE%20%3D%20%26quot" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://indiwiz.com/2009/06/08/hello-world-gui-example-in-javafx/&amp;t=%22Hello+World%22+%28GUI%29+example+in+JavaFX" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://indiwiz.com/2009/06/08/hello-world-gui-example-in-javafx/&amp;title=%22Hello+World%22+%28GUI%29+example+in+JavaFX&amp;summary=%5Bsourcecode%20language%3D%22java%22%5D%0D%0Apackage%20tutorial%3B%0D%0A%0D%0Aimport%20javafx.stage.Stage%3B%0D%0Aimport%20javafx.scene.Scene%3B%0D%0Aimport%20javafx.scene.paint.Color%3B%0D%0Aimport%20javafx.scene.text.Text%3B%0D%0Aimport%20javafx.scene.text.Font%3B%0D%0Aimport%20javafx.scene.text.FontWeight%3B%0D%0A%0D%0Adef%20WIDTH%20%3D%20160%3B%0D%0Adef%20HEIGHT%20%3D%2080%3B%0D%0Adef%20MESSAGE%20%3D%20%26quot&amp;source=indiWiz.com" rel="nofollow" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://indiwiz.com/2009/06/08/hello-world-gui-example-in-javafx/&amp;title=%22Hello+World%22+%28GUI%29+example+in+JavaFX" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://indiwiz.com/2009/06/08/hello-world-gui-example-in-javafx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command line &#8220;Hello World!&#8221; in JavaFX</title>
		<link>http://indiwiz.com/2009/06/04/command-line-hello-world-in-javafx/</link>
		<comments>http://indiwiz.com/2009/06/04/command-line-hello-world-in-javafx/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 06:33:18 +0000</pubDate>
		<dc:creator>Subhash Chandran</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[javafx]]></category>

		<guid isPermaLink="false">http://indiwiz.com/?p=316</guid>
		<description><![CDATA[Download JavaFX SDK. Install it, and have its bin folder in your PATH. Open your favorite text editor, and write: println(&#34;Hello World!&#34;); java.lang.System.exit(0); Save the file as A.fx. To compile the code: $ javafxc A.fx This will generate the class file A.class. To run the application: $ javafx A Isn&#8217;t it simple? Share this on [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://javafx.com/downloads/all.jsp">Download JavaFX SDK</a>. Install it, and have its <tt>bin</tt> folder in your PATH.</p>
<p>Open your favorite text editor, and write:</p>
<pre class="brush: java;">
println(&quot;Hello World!&quot;);
java.lang.System.exit(0);
</pre>
<p>Save the file as <em>A.fx</em>. To compile the code:</p>
<p><tt>$ javafxc A.fx</tt></p>
<p>This will generate the class file <em>A.class</em>. To run the application:</p>
<p><tt>$ javafx A</tt></p>
<p>Isn&#8217;t it simple?</p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://indiwiz.com/2009/06/04/command-line-hello-world-in-javafx/&amp;title=Command+line+%22Hello+World%21%22+in+JavaFX" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://indiwiz.com/2009/06/04/command-line-hello-world-in-javafx/&amp;title=Command+line+%22Hello+World%21%22+in+JavaFX" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://indiwiz.com/2009/06/04/command-line-hello-world-in-javafx/&amp;title=Command+line+%22Hello+World%21%22+in+JavaFX&amp;desc=Download%20JavaFX%20SDK.%20Install%20it%2C%20and%20have%20its%20bin%20folder%20in%20your%20PATH.%0D%0A%0D%0AOpen%20your%20favorite%20text%20editor%2C%20and%20write%3A%0D%0A%0D%0A%5Bsourcecode%20language%3D%22java%22%5D%0D%0Aprintln%28%26quot%3BHello%20World%21%26quot%3B%29%3B%0D%0Ajava.lang.System.exit%280%29%3B%0D%0A%5B%2Fsourcecode%5D%0D%0A%0D%0ASave%20the%20file%20as%20A.fx.%20To%20compile%20the%20code%3A%0D%0A%0D%0A%24%20javafxc%20A.fx%0D%0A%0D%0AThis%20" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://indiwiz.com/2009/06/04/command-line-hello-world-in-javafx/&amp;t=Command+line+%22Hello+World%21%22+in+JavaFX" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://indiwiz.com/2009/06/04/command-line-hello-world-in-javafx/&amp;title=Command+line+%22Hello+World%21%22+in+JavaFX&amp;summary=Download%20JavaFX%20SDK.%20Install%20it%2C%20and%20have%20its%20bin%20folder%20in%20your%20PATH.%0D%0A%0D%0AOpen%20your%20favorite%20text%20editor%2C%20and%20write%3A%0D%0A%0D%0A%5Bsourcecode%20language%3D%22java%22%5D%0D%0Aprintln%28%26quot%3BHello%20World%21%26quot%3B%29%3B%0D%0Ajava.lang.System.exit%280%29%3B%0D%0A%5B%2Fsourcecode%5D%0D%0A%0D%0ASave%20the%20file%20as%20A.fx.%20To%20compile%20the%20code%3A%0D%0A%0D%0A%24%20javafxc%20A.fx%0D%0A%0D%0AThis%20&amp;source=indiWiz.com" rel="nofollow" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://indiwiz.com/2009/06/04/command-line-hello-world-in-javafx/&amp;title=Command+line+%22Hello+World%21%22+in+JavaFX" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://indiwiz.com/2009/06/04/command-line-hello-world-in-javafx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaFX 1.2 for Linux, Mac and Solaris</title>
		<link>http://indiwiz.com/2009/06/04/javafx-12-for-linux-mac-and-solaris/</link>
		<comments>http://indiwiz.com/2009/06/04/javafx-12-for-linux-mac-and-solaris/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 05:11:22 +0000</pubDate>
		<dc:creator>Subhash Chandran</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[javafx]]></category>

		<guid isPermaLink="false">http://indiwiz.com/?p=313</guid>
		<description><![CDATA[JavaFX is now available for Linux, Solaris and Mac. Finally, now I can try this technology (I use Linux at work and home)! Share this on del.icio.us Digg this! Post this on Diigo Share this on Facebook Share this on LinkedIn Share this on Reddit]]></description>
			<content:encoded><![CDATA[<p><a href="http://javafx.com/">JavaFX</a> is <a href="http://javafx.com/downloads/all.jsp">now available</a> for Linux, Solaris and Mac. Finally, now I can try this technology (I use Linux at work and home)!</p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://indiwiz.com/2009/06/04/javafx-12-for-linux-mac-and-solaris/&amp;title=JavaFX+1.2+for+Linux%2C+Mac+and+Solaris" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://indiwiz.com/2009/06/04/javafx-12-for-linux-mac-and-solaris/&amp;title=JavaFX+1.2+for+Linux%2C+Mac+and+Solaris" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://indiwiz.com/2009/06/04/javafx-12-for-linux-mac-and-solaris/&amp;title=JavaFX+1.2+for+Linux%2C+Mac+and+Solaris&amp;desc=JavaFX%20is%20now%20available%20for%20Linux%2C%20Solaris%20and%20Mac.%20Finally%2C%20now%20I%20can%20try%20this%20technology%20%28I%20use%20Linux%20at%20work%20and%20home%29%21" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://indiwiz.com/2009/06/04/javafx-12-for-linux-mac-and-solaris/&amp;t=JavaFX+1.2+for+Linux%2C+Mac+and+Solaris" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://indiwiz.com/2009/06/04/javafx-12-for-linux-mac-and-solaris/&amp;title=JavaFX+1.2+for+Linux%2C+Mac+and+Solaris&amp;summary=JavaFX%20is%20now%20available%20for%20Linux%2C%20Solaris%20and%20Mac.%20Finally%2C%20now%20I%20can%20try%20this%20technology%20%28I%20use%20Linux%20at%20work%20and%20home%29%21&amp;source=indiWiz.com" rel="nofollow" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://indiwiz.com/2009/06/04/javafx-12-for-linux-mac-and-solaris/&amp;title=JavaFX+1.2+for+Linux%2C+Mac+and+Solaris" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://indiwiz.com/2009/06/04/javafx-12-for-linux-mac-and-solaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JFXBuilder: JavaFX Visual Design Tool</title>
		<link>http://indiwiz.com/2008/12/19/jfxbuilder-javafx-visual-design-tool/</link>
		<comments>http://indiwiz.com/2008/12/19/jfxbuilder-javafx-visual-design-tool/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 10:07:35 +0000</pubDate>
		<dc:creator>Subhash Chandran</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[javafx]]></category>

		<guid isPermaLink="false">http://indiwiz.com/?p=102</guid>
		<description><![CDATA[The first design tool for JavaFX is available here: http://www.reportmill.com/jfx/. The product page does not discuss any licensing or pricing detail. The current version is available as WebStart application for free use. Share this on del.icio.us Digg this! Post this on Diigo Share this on Facebook Share this on LinkedIn Share this on Reddit]]></description>
			<content:encoded><![CDATA[<p>The first design tool for JavaFX is available here: <a href="http://www.reportmill.com/jfx/">http://www.reportmill.com/jfx/</a>. The product page does not discuss any licensing or pricing detail. The current version is available as WebStart application for free use.</p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://indiwiz.com/2008/12/19/jfxbuilder-javafx-visual-design-tool/&amp;title=JFXBuilder%3A+JavaFX+Visual+Design+Tool" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://indiwiz.com/2008/12/19/jfxbuilder-javafx-visual-design-tool/&amp;title=JFXBuilder%3A+JavaFX+Visual+Design+Tool" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://indiwiz.com/2008/12/19/jfxbuilder-javafx-visual-design-tool/&amp;title=JFXBuilder%3A+JavaFX+Visual+Design+Tool&amp;desc=The%20first%20design%20tool%20for%20JavaFX%20is%20available%20here%3A%20http%3A%2F%2Fwww.reportmill.com%2Fjfx%2F.%20The%20product%20page%20does%20not%20discuss%20any%20licensing%20or%20pricing%20detail.%20The%20current%20version%20is%20available%20as%20WebStart%20application%20for%20free%20use." rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://indiwiz.com/2008/12/19/jfxbuilder-javafx-visual-design-tool/&amp;t=JFXBuilder%3A+JavaFX+Visual+Design+Tool" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://indiwiz.com/2008/12/19/jfxbuilder-javafx-visual-design-tool/&amp;title=JFXBuilder%3A+JavaFX+Visual+Design+Tool&amp;summary=The%20first%20design%20tool%20for%20JavaFX%20is%20available%20here%3A%20http%3A%2F%2Fwww.reportmill.com%2Fjfx%2F.%20The%20product%20page%20does%20not%20discuss%20any%20licensing%20or%20pricing%20detail.%20The%20current%20version%20is%20available%20as%20WebStart%20application%20for%20free%20use.&amp;source=indiWiz.com" rel="nofollow" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://indiwiz.com/2008/12/19/jfxbuilder-javafx-visual-design-tool/&amp;title=JFXBuilder%3A+JavaFX+Visual+Design+Tool" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://indiwiz.com/2008/12/19/jfxbuilder-javafx-visual-design-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaFX 1.0 Released</title>
		<link>http://indiwiz.com/2008/12/08/javafx-10-released/</link>
		<comments>http://indiwiz.com/2008/12/08/javafx-10-released/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 08:52:49 +0000</pubDate>
		<dc:creator>Subhash Chandran</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[javafx]]></category>
		<category><![CDATA[ria]]></category>

		<guid isPermaLink="false">http://indiwiz.com/?p=50</guid>
		<description><![CDATA[Get it! But if you are an unfortunate Linux user like me, it is not yet available for our platform Share this on del.icio.us Digg this! Post this on Diigo Share this on Facebook Share this on LinkedIn Share this on Reddit]]></description>
			<content:encoded><![CDATA[<p><a href="http://javafx.com/downloads/all.jsp">Get it</a>! But if you are an unfortunate Linux user like me, it is <a href="http://blogs.sun.com/javafx/entry/a_word_on_linux_and">not yet available for our platform</a> <img src='http://indiwiz.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://indiwiz.com/2008/12/08/javafx-10-released/&amp;title=JavaFX+1.0+Released" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://indiwiz.com/2008/12/08/javafx-10-released/&amp;title=JavaFX+1.0+Released" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://indiwiz.com/2008/12/08/javafx-10-released/&amp;title=JavaFX+1.0+Released&amp;desc=Get%20it%21%20But%20if%20you%20are%20an%20unfortunate%20Linux%20user%20like%20me%2C%20it%20is%20not%20yet%20available%20for%20our%20platform%20%3A-%28" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://indiwiz.com/2008/12/08/javafx-10-released/&amp;t=JavaFX+1.0+Released" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://indiwiz.com/2008/12/08/javafx-10-released/&amp;title=JavaFX+1.0+Released&amp;summary=Get%20it%21%20But%20if%20you%20are%20an%20unfortunate%20Linux%20user%20like%20me%2C%20it%20is%20not%20yet%20available%20for%20our%20platform%20%3A-%28&amp;source=indiWiz.com" rel="nofollow" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://indiwiz.com/2008/12/08/javafx-10-released/&amp;title=JavaFX+1.0+Released" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://indiwiz.com/2008/12/08/javafx-10-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
