<?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>JavaFX News, Demos and Insight // FX Experience &#187; News</title>
	<atom:link href="http://fxexperience.com/category/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://fxexperience.com</link>
	<description>Sharing the Experience of JavaFX</description>
	<lastBuildDate>Mon, 21 May 2012 03:34:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Announcing JavaFX 2.1</title>
		<link>http://fxexperience.com/2012/04/announcing-javafx-2-1/</link>
		<comments>http://fxexperience.com/2012/04/announcing-javafx-2-1/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 20:01:48 +0000</pubDate>
		<dc:creator>Jonathan Giles</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://fxexperience.com/?p=1950</guid>
		<description><![CDATA[JavaFX 2.1 was released yesterday right on schedule, along with the JavaFX 2.1 release notes, and a huge number of new articles on the JavaFX documentation site. From the Oracle press release, here are the key improvements in JavaFX 2.1 (aside from fixing a whole heap of bugs): Available for Windows and Mac OS X [...]]]></description>
			<content:encoded><![CDATA[<p>JavaFX 2.1 was <a href="http://www.oracle.com/technetwork/java/javafx/downloads/index.html">released yesterday</a> right on schedule, along with the <a href="http://docs.oracle.com/javafx/2/release_notes_2-1/jfxpub-release_notes_2-1.htm">JavaFX 2.1 release notes</a>, and a huge number of new articles on the <a href="https://blogs.oracle.com/thejavatutorials/entry/new_docs_and_updates_with1">JavaFX documentation site</a>. From the <a href="http://www.oracle.com/us/corporate/press/1603497">Oracle press release</a>, here are the key improvements in JavaFX 2.1 (aside from fixing a whole heap of bugs):</p>
<ul>
<li>Available for Windows and Mac OS X (with Linux support currently as preview release) (See also <a href="https://blogs.oracle.com/henrik/entry/oracle_jdk_and_javafx_sdk">Henrik Stahl&#8217;s blog on Mac OS</a>)</li>
<li>Includes playback of MPEG-4 multimedia containing H.264/AVC video and AAC audio</li>
<li>New WebView support for JavaScript to Java method calls, which enables JavaScript content to leverage Java for demanding operations</li>
<li>Support for enhanced font rendering on LCD displays, including sub-pixel rendering</li>
<li>Additional UI enhancements such as combo box, stacked chart, and application-wide menu bar</li>
<li>Bundled with the Java 7u4 release</li>
<li>Oracle has started the OpenJFX project in OpenJDK as part of the plan to open source JavaFX</li>
</ul>
<p>Now &#8211; <a href="http://www.oracle.com/technetwork/java/javafx/downloads/devpreview-1429449.html">onward with JavaFX 2.2</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://fxexperience.com/2012/04/announcing-javafx-2-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Announcing JavaFX Scene Builder Public Beta</title>
		<link>http://fxexperience.com/2012/04/announcing-javafx-scene-builder-public-beta/</link>
		<comments>http://fxexperience.com/2012/04/announcing-javafx-scene-builder-public-beta/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 00:19:59 +0000</pubDate>
		<dc:creator>Richard Bair</dc:creator>
				<category><![CDATA[FXML]]></category>
		<category><![CDATA[JavaOne]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://fxexperience.com/?p=1906</guid>
		<description><![CDATA[Hello from JavaOne Japan, where Jasper, Jonathan and I find ourselves seated in the opening keynote of the morning. One of the big announcements is the public beta of the JavaFX Scene Builder, our new tool for laying out and creating JavaFX content. The Scene Builder is the start of a more comprehensive RAD (rapid [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://fxexperience.com/wp-content/uploads/2012/04/SceneBuilder.gif"><img class="aligncenter size-full wp-image-1907" title="SceneBuilder" src="http://fxexperience.com/wp-content/uploads/2012/04/SceneBuilder.gif" alt="" width="590" height="393" /></a>Hello from JavaOne Japan, where Jasper, Jonathan and I find ourselves seated in the opening keynote of the morning. One of the big announcements is the public beta of the JavaFX Scene Builder, our new tool for laying out and creating JavaFX content. The Scene Builder is the start of a more comprehensive RAD (rapid application development) tool for JavaFX, with drag-and-drop GUI building and eventually data binding.<br />
<span id="more-1906"></span><br />
At its heart, the Scene Builder is really a layout tool. One of the most difficult aspects of building apps (and something we see very frequently in the <a href="https://forums.oracle.com/forums/forum.jspa?forumID=1385">JavaFX OTN Forums</a>) is doing layout and constructing the UI, and this is what Scene Builder needs to be really, really good at.</p>
<p>Our experience of the last six months has been that the scene builder in general is very stable and the team has done a lot of work on usability. We&#8217;re really hoping for feedback on the user experience, especially as you attempt to use it anger. We&#8217;ve done a lot of work trying to figure out what you might naturally want to do when building a form, but really it is your feedback and experience that will either validate that design or give us the input we need to make the tool even better.</p>
<p>The SceneBuilder is basically an editor for FXML files. We&#8217;ve been working with the NetBeans team as well so that when you double click an FXML file in NB it should open up the scene builder and allow you to edit it. The FXML file is essentially our documented serialization format for the UI. Your event handlers and so forth will be in the Java Controller associated with the FXML file.</p>
<p>From a technical perspective, SceneBuilder is built entirely in JavaFX. A new stylesheet for Scene Builder was developed that we think looks quite nice <img src='http://fxexperience.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . It really shows what you can do with JavaFX!</p>
<p>You can download the Scene Builder <a href="http://www.oracle.com/technetwork/java/javafx/overview/index.html">on OTN</a>, and read more about it on the <a href="http://docs.oracle.com/javafx/">JavaFX Docs</a> page. To give us feedback on JavaFX Scene Builder, go ahead and leave comments here on this blog and we&#8217;ll let you know when we&#8217;ve got an official channel setup!</p>
]]></content:encoded>
			<wfw:commentRss>http://fxexperience.com/2012/04/announcing-javafx-scene-builder-public-beta/feed/</wfw:commentRss>
		<slash:comments>52</slash:comments>
		</item>
		<item>
		<title>Announcing JemmyFX</title>
		<link>http://fxexperience.com/2012/02/announcing-jemmyfx/</link>
		<comments>http://fxexperience.com/2012/02/announcing-jemmyfx/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 00:30:08 +0000</pubDate>
		<dc:creator>Richard Bair</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://fxexperience.com/?p=1721</guid>
		<description><![CDATA[Yesterday our SQE (Software Quality Engineering) team pushed our JavaFX functional test suite, JemmyFX to OpenJFX! They also pushed some tests for Ensemble, our samples application. JemmyFX is based on Jemmy, a visual testing framework for Java used in NetBeans for many years. JemmyFX contains extensions which make it possible to write visual tests for [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday our SQE (Software Quality Engineering) team <a href="http://mail.openjdk.java.net/pipermail/openjfx-dev/2012-February/000704.html">pushed our JavaFX functional test suite, JemmyFX</a> to OpenJFX! They also pushed some tests for Ensemble, our samples application. JemmyFX is based on <a href="http://jemmy.java.net/">Jemmy</a>, a visual testing framework for Java used in NetBeans for many years. JemmyFX contains extensions which make it possible to write visual tests for JavaFX. Although JemmyFX is in the openjfx repo, you can download it and use it for writing visual tests for your own JavaFX applications.</p>
<p>For those folks who have been looking at contributing code to JavaFX, this is great news, because it means you can accelerate adoption of your specific features by also writing the tests necessary to ensure correctness, either as JUnit tests or now as functional tests using Jemmy. All you guys working on DatePicker, I&#8217;m looking at you <img src='http://fxexperience.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://fxexperience.com/2012/02/announcing-jemmyfx/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>More of the JavaFX Scenegraph open sourced</title>
		<link>http://fxexperience.com/2012/02/more-of-the-javafx-scenegraph-open-sourced/</link>
		<comments>http://fxexperience.com/2012/02/more-of-the-javafx-scenegraph-open-sourced/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 22:00:29 +0000</pubDate>
		<dc:creator>Jonathan Giles</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://fxexperience.com/?p=1709</guid>
		<description><![CDATA[I&#8217;m very pleased to blog about the availability of more JavaFX source code being out in the wild. We&#8217;ve just put out the &#8216;javafx-ui-common&#8217; project, which contains the vast majority of the JavaFX scenegraph API. You can check the code out from OpenJFX &#8211; it is in the rt repository. You can learn more about [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m very pleased to blog about the availability of more JavaFX source code being out in the wild. We&#8217;ve just put out the &#8216;javafx-ui-common&#8217; project, which contains the vast majority of the JavaFX scenegraph API. You can check the code out from <a href="http://openjdk.java.net/projects/openjfx/">OpenJFX</a> &#8211; it is in the <a href="http://hg.openjdk.java.net/openjfx/2.1/master/rt/shortlog">rt repository</a>. You can <a href="http://fxexperience.com/2012/02/a-short-tour-through-javafx-ui-common/">learn more about the javafx-ui-common project</a> in a post by Richard Bair.</p>
<p>The javafx-ui-common project contains the following packages:</p>
<p style="padding-left: 30px;">javafx.animation<br />
javafx.application<br />
javafx.geometry<br />
javafx.scene<br />
javafx.scene.effect<br />
javafx.scene.image<br />
javafx.scene.input<br />
javafx.scene.layout<br />
javafx.scene.paint<br />
javafx.scene.shape<br />
javafx.scene.text<br />
javafx.scene.transform<br />
javafx.stage</p>
<p>Once you&#8217;ve read that be sure to go and check it out! <img src='http://fxexperience.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://fxexperience.com/2012/02/more-of-the-javafx-scenegraph-open-sourced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LCD Text support in JavaFX 2.1 Developer Preview</title>
		<link>http://fxexperience.com/2012/01/lcd-text-support-in-javafx-2-1-developer-preview/</link>
		<comments>http://fxexperience.com/2012/01/lcd-text-support-in-javafx-2-1-developer-preview/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 02:43:16 +0000</pubDate>
		<dc:creator>Jonathan Giles</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Tips n' Tricks]]></category>

		<guid isPermaLink="false">http://fxexperience.com/?p=1644</guid>
		<description><![CDATA[Phil Race has posted a blog post over at the JavaFX Blog on the addition of LCD text support in the latest JavaFX 2.1 developer preview. LCD sub-pixel text has become a must-have for many Windows desktop users, who have become accustomed to its superior legibility and less blocky appearance at smaller point sizes over hinted black [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://fxexperience.com/wp-content/uploads/2012/01/ensemble-lcd1.png"><img class="aligncenter size-full wp-image-1647" title="ensemble-lcd" src="http://fxexperience.com/wp-content/uploads/2012/01/ensemble-lcd1.png" alt="" width="804" height="322" /></a></p>
<p><strong>Phil Race</strong> has posted a blog post over at the JavaFX Blog on the addition of <a href="http://blogs.oracle.com/javafx/entry/lcd_text_support_in_javafx">LCD text support in the latest JavaFX 2.1 developer preview</a>.</p>
<div>
<p style="padding-left: 30px;">LCD sub-pixel text has become a must-have for many Windows desktop users, who have become accustomed to its superior legibility and less blocky appearance at smaller point sizes over hinted black and white text, and being sharper than grey scale anti-aliased text at the same size.</p>
<p style="padding-left: 30px;">Java SE has supported LCD subpixel text on AWT heavyweights and also on Swing components using Java 2D for many years. However up until now, JavaFX has supported only more Mac OS X-like grey scale smoothed text.</p>
<p style="padding-left: 30px;">For the JavaFX 2.1 release we&#8217;ve added the ability to use Windows-style LCD sub-pixel rendering. All the JavaFX UI controls will be LCD-text enabled by default on Windows, as will &#8220;WebView&#8221;, the Webkit-based node for rendering Web content.</p>
<p style="padding-left: 30px;">Applications can also opt-in to use LCD text on the low-level scenegraph &#8220;Text&#8221; node by a new API : Text.setFontSmoothingType(FontSmoothingType.LCD));</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://fxexperience.com/2012/01/lcd-text-support-in-javafx-2-1-developer-preview/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>JavaFX 2.1 Dev Preview build 09 available for Windows, Mac and Linux</title>
		<link>http://fxexperience.com/2012/01/javafx-2-1-dev-preview-build-09-available-for-windows-mac-and-linux/</link>
		<comments>http://fxexperience.com/2012/01/javafx-2-1-dev-preview-build-09-available-for-windows-mac-and-linux/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 22:52:08 +0000</pubDate>
		<dc:creator>Jonathan Giles</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://fxexperience.com/?p=1606</guid>
		<description><![CDATA[I&#8217;ve been waiting for a while to say this, but we now have JavaFX 2.1 developer preview builds available for Windows, Mac and Linux. From here on out we&#8217;ll be putting out developer preview builds for all three platforms. Hopefully that pleases everyone who has been asking for Linux support]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been waiting for a while to say this, but <a href="http://www.oracle.com/technetwork/java/javafx/downloads/devpreview-1429449.html">we now have JavaFX 2.1 developer preview builds available for Windows, Mac and Linux</a>. From here on out we&#8217;ll be putting out developer preview builds for all three platforms. Hopefully that pleases everyone who has been asking for Linux support <img src='http://fxexperience.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://fxexperience.com/2012/01/javafx-2-1-dev-preview-build-09-available-for-windows-mac-and-linux/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>JavaFX 2.1 early access for Windows (build 06) now available</title>
		<link>http://fxexperience.com/2011/12/javafx-2-1-early-access-for-windows-build-06-now-available/</link>
		<comments>http://fxexperience.com/2011/12/javafx-2-1-early-access-for-windows-build-06-now-available/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 22:05:15 +0000</pubDate>
		<dc:creator>Jonathan Giles</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://fxexperience.com/?p=1557</guid>
		<description><![CDATA[It has been a hectic few months for JavaFX releases recently (and before that it was a hectic year of development building up to JavaFX 2.0!). Today we have another announcement, but first, a quick timeline: JavaFX 2.0 for Windows, and JavaFX 2.0 developer preview for Mac OS shipped at JavaOne in early October. In [...]]]></description>
			<content:encoded><![CDATA[<p>It has been a hectic few months for JavaFX releases recently (and before that it was a hectic year of development building up to JavaFX 2.0!). Today we have another announcement, but first, a quick timeline:</p>
<ul>
<li>JavaFX 2.0 for Windows, and JavaFX 2.0 developer preview for Mac OS <a href="http://fxexperience.com/2011/10/javafx-2-0-released/">shipped at JavaOne</a> in early October.</li>
<li>In mid-October we shipped JavaFX 2.0.1 for Windows. This was a security-only release.</li>
<li>Earlier this month <a href="http://fxexperience.com/2011/12/javafx-2-0-2-released/">JavaFX 2.0.2 was released</a>, which included a huge number of bug fixes, optimisations, some new API, and an improved redistribution license.</li>
</ul>
<p>Today we are proud to announce that <a href="http://www.oracle.com/technetwork/java/javafx/downloads/devpreview-1429449.html">JavaFX 2.1 early access is available for Windows</a>. It has been available for Mac OS for quite some time from the same page&#8230;</p>
<p>The reason why I say we&#8217;re proud: we&#8217;re hitting all the targets we&#8217;re talking about, and the releases just keep getting better and more featured. JavaFX 2.1 is going to be a more substantial release, and I&#8217;m so pleased we can get you early versions of it so soon.</p>
<p>Now, a word of warning: don&#8217;t use the early access releases in production &#8211; it is pre-beta code and will be more buggy than 2.0.2. We&#8217;re putting this out for public use so people may test the new features and provide feedback.</p>
<p>As with all other releases I&#8217;ve announced:</p>
<ul>
<li>Go to the <a href="https://forums.oracle.com/forums/forum.jspa?forumID=1385">forums</a> to discuss JavaFX questions you have,</li>
<li>Sign up to the <a href="http://openjdk.java.net/projects/openjfx/">openjfx</a>-dev mailing list if you&#8217;re interested in our open source developments,</li>
<li>File bug reports over at our <a href="http://javafx-jira.kenai.com">Jira issue tracker</a>.</li>
</ul>
<p>Happy testing!</p>
]]></content:encoded>
			<wfw:commentRss>http://fxexperience.com/2011/12/javafx-2-1-early-access-for-windows-build-06-now-available/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>JavaFX 2.0.2 Released</title>
		<link>http://fxexperience.com/2011/12/javafx-2-0-2-released/</link>
		<comments>http://fxexperience.com/2011/12/javafx-2-0-2-released/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 23:08:03 +0000</pubDate>
		<dc:creator>Jonathan Giles</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://fxexperience.com/?p=1516</guid>
		<description><![CDATA[The JavaFX 2.0.2 release is now available for download. Along with a heap of bug fixes, notable improvements include: Interoperability with the Standard Widget Toolkit (SWT). New scroll event that handles scrolling on two axes and replaces the MouseEvent.MOUSE_WHEEL_ROTATED event. Change of license, which enables third party developers to redistribute the JavaFX Runtime with their [...]]]></description>
			<content:encoded><![CDATA[<p>The JavaFX 2.0.2 release is <a href="http://www.oracle.com/technetwork/java/javafx/downloads/index.html">now available for download</a>. Along with a heap of bug fixes, notable improvements include:</p>
<ul>
<li>Interoperability with the Standard Widget Toolkit (SWT).</li>
<li>New scroll event that handles scrolling on two axes and replaces the <code>MouseEvent.MOUSE_WHEEL_ROTATED</code> event.</li>
<li>Change of license, which enables third party developers to redistribute the JavaFX Runtime with their applications in accordance with the <a href="http://www.oracle.com/technetwork/java/javase/documentation/bcl-for-java-se-397068.pdf">Oracle Binary Code License Agreement for the Java SE Platform Products and JavaFX</a>.</li>
<li>Updated doclet for the Javadoc tool that is used to generate JavaFX API documentation in HTML format.</li>
<li>Updated NetBeans projects for the JavaFX samples for use with the NetBeans 7.1 release.</li>
</ul>
<p>The JavaFX documentation team has also <a href="http://blogs.oracle.com/thejavatutorials/entry/new_docs_with_javafx_2">put out more documentation</a> to explain a number of areas, including:</p>
<ul>
<li><a href="http://docs.oracle.com/javafx/2.0/charts/css-styles.htm">Styling Charts with CSS</a> describes how to alter the visual appearance of charts in your application. Using the various CSS classes and properties you can set an alternative color scheme, add images and graphical effects, modify the chart legend and plot, and even invent new chart symbols.</li>
<li>The <a href="http://docs.oracle.com/javafx/2.0/ui_controls/menu_controls.htm">Menu</a> chapter of the JavaFX UI Controls tutorial describes how to build a menu bar in your application, add menu items, assign specific actions to each item, and set a context menu for a node.</li>
<li><a href="http://docs.oracle.com/javafx/2.0/events/jfxpub-events.htm">Handling JavaFX Events</a> describes how to create and use event handlers and event filters to process user interactions with your application.</li>
<li><a href="http://docs.oracle.com/javafx/2.0/doclet/jfxpub-doclet.htm">Using a Doclet with JavaFX</a> describes how to use the Javadoc doclet that was created for use with JavaFX source code. Using the doclet with the Javadoc tool produces customized HTML documentation.</li>
<li><a href="http://docs.oracle.com/javafx/2.0/deployment/jfxpub-deployment.htm">Deploying JavaFX Applications</a> describes a new JavaFX Ant helper parameter, <a href="http://docs.oracle.com/javafx/2.0/deployment/javafx_ant_task_reference002.htm#CACIJFHB">&lt;fx:argument&gt;</a>. Also new is a mechanism for passing images to the &lt;fx:deploy&gt; task. Use <a href="http://docs.oracle.com/javafx/2.0/deployment/javafx_ant_task_reference002.htm#CACFJBFJ">&lt;fx:icon&gt;</a> to pass icons for various purposes or <a href="http://docs.oracle.com/javafx/2.0/deployment/javafx_ant_task_reference002.htm#CACDIDFE">&lt;fx:splash&gt;</a> to pass a splash screen image for Web Start applications.</li>
</ul>
<p>Relevant links:</p>
<ul>
<li><a href="http://www.oracle.com/technetwork/java/javafx/downloads/index.html">Download</a></li>
<li><a href="http://docs.oracle.com/javafx/2.0/release_notes_2-0-2/jfxpub-release_notes_2-0-2.htm">Release notes</a></li>
<li>JavaFX <a href="http://javafx.com/faq">frequently asked questions</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://fxexperience.com/2011/12/javafx-2-0-2-released/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>It&#8217;s Alive! OpenJFX is kicking off</title>
		<link>http://fxexperience.com/2011/12/its-alive-openjfx-is-kicking-off/</link>
		<comments>http://fxexperience.com/2011/12/its-alive-openjfx-is-kicking-off/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 00:39:37 +0000</pubDate>
		<dc:creator>Jonathan Giles</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://fxexperience.com/?p=1508</guid>
		<description><![CDATA[A very brief blog post to mention that just now the OpenJFX website and the openjfx-dev mailing list both appeared online. I&#8217;d recommend everyone interested in OpenJFX developments sign up for the mailing list. Sometime soon the source code for UI Controls will appear in the mercurial repo. UI Controls are the first part of JavaFX [...]]]></description>
			<content:encoded><![CDATA[<p>A very brief blog post to mention that just now the <a href="http://openjdk.java.net/projects/openjfx/">OpenJFX website </a>and the <a href="http://mail.openjdk.java.net/mailman/listinfo/openjfx-dev">openjfx-dev mailing list</a> both appeared online. I&#8217;d recommend everyone interested in OpenJFX developments sign up for the mailing list.</p>
<p>Sometime soon the source code for UI Controls will appear in the <a href="http://hg.openjdk.java.net/openjfx/2.1/master">mercurial repo</a>. UI Controls are the first part of JavaFX to be open sourced, followed by the rest of the toolkit over the coming months. All development being done on UI controls will appear in this repo, as it happens. The source code that will appear shortly is based on the 2.1 release of JavaFX. This means that soon you will be able to build development snapshots of OpenJFX as it progresses towards each official release. This is exciting for me as it gives you early access to our APIs, allowing you to give us feedback (via our <a href="http://javafx-jira.kenai.com">Jira tracker</a>), which in turn allows for us to improve the API before it is released (and set in stone).</p>
<p>It is exciting times &#8211; I hope you all get involved! We have much more to discuss, but that can wait for another day.</p>
]]></content:encoded>
			<wfw:commentRss>http://fxexperience.com/2011/12/its-alive-openjfx-is-kicking-off/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>JavaFX 2.0 beta build 38 available now</title>
		<link>http://fxexperience.com/2011/08/javafx-2-0-beta-build-38-available-now/</link>
		<comments>http://fxexperience.com/2011/08/javafx-2-0-beta-build-38-available-now/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 02:57:35 +0000</pubDate>
		<dc:creator>Jonathan Giles</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://fxexperience.com/?p=1375</guid>
		<description><![CDATA[Just a quick post to announce that yet another JavaFX 2.0 beta build has rolled out, this week taking us to build 38. This brings another weeks worth of bug fixes, performance tweaks and necessary API changes (based in no small part on your feedback to our Jira tracker). As always, I look forward to [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick post to announce that yet another JavaFX 2.0 beta build has rolled out, this week taking us to <a href="http://www.oracle.com/technetwork/java/javafx/downloads/index.html">build 38</a>. This brings another weeks worth of bug fixes, performance tweaks and necessary API changes (based in no small part on your feedback to our <a href="http://javafx-jira.kenai.com/">Jira tracker</a>). As always, I look forward to hearing your feedback on this latest release. The best place to <a href="http://forums.oracle.com/forums/forum.jspa?forumID=1385">discuss JavaFX 2.0 is at the OTN forum</a>, where many of the JavaFX team lurk. However, file your bug reports / request for enhancements directly to our <a href="http://javafx-jira.kenai.com/">Jira tracker</a> if you want to maximise your chances of being heard!</p>
]]></content:encoded>
			<wfw:commentRss>http://fxexperience.com/2011/08/javafx-2-0-beta-build-38-available-now/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

