<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
  <title>Guest</title>
  <link rel="alternate" href="http://jfxtras.org/portalhttp://jfxtras.org/portal/blog/-/blogs/rss" />
  <subtitle>Guest</subtitle>
  <entry>
    <title>Using Eclipse to develop JFXtras</title>
    <link rel="alternate" href="http://jfxtras.org/portalhttp://jfxtras.org/portal/blog/-/blogs/using-eclipse-to-develop-jfxtras" />
    <author>
      <name>Tom Eugelink</name>
    </author>
    <id>http://jfxtras.org/portalhttp://jfxtras.org/portal/blog/-/blogs/using-eclipse-to-develop-jfxtras</id>
    <updated>2010-01-14T18:16:39Z</updated>
    <published>2010-01-14T09:05:43Z</published>
    <summary type="html">&lt;p&gt;NetBeans is a great platform; it's free, it supports Java and JavaFX well, its very up to date when it comes to JavaFX... But is not for me. I've started using Eclipse many winters ago, and it's the platform I know fairly well, it quirks and pleasing points. Maybe one day I'll switch IDE again, even more winters ago it used to be vi, but right now I'm content with Eclipse.&amp;nbsp;&lt;/p&gt;&lt;p&gt;The question then quickly becomes: how can I use Eclipse to develop JFXtras?&lt;/p&gt;&lt;p&gt;Up until recently the two available plugins, one by Sun and one by Exadel, were not up to par. They were able to edit one JavaFX file, but as soon as you mix in some regular Java or interproject relations they would fail. At then end of 2009 Exadel released a new version and I put it through the paces,&amp;nbsp;but it did not work correctly. However, Exadel was very helpful and with the effort of Max and Alexsandr they got the plugin to a state where it can compile both JFXtras projects in a interproject setup.&lt;/p&gt;&lt;p&gt;2010-01-14: I tested Sun's just released plugin as well, but it at the moment seems to be at the level where Exadel's was two months ago. I will be assisting Sun, probably today, to see if they can get it at this level as well. But at the moment Exadel's is the only one capable of compiling JFXtras.&lt;/p&gt;&lt;p&gt;So, on to business. I'm assuming I'm not talking to newbies, after all we're developing JFXtras here, so I'm leaving out&amp;nbsp;&amp;quot;the&amp;nbsp;obvious&amp;quot;.&amp;nbsp;At the time of writing this blog, Exadel's plugin is supposed to become open source, but it isn't yet. And there neither is a Eclipse update site available, so the plugin needs to be downloaded manually from Exadel's &lt;a href="http://exadel.com/web/portal/javafxstudio"&gt;website&lt;/a&gt; and&amp;nbsp;be unzipped; I did that to C:\tmp\exadel-javafx-plugin-1.2.0. New versions can be unpacked to the same location and Eclipse can then update the plugin; the zip contains the contents of an Eclipse update site, so an online location can't be far away.&lt;/p&gt;&lt;p&gt;Naturally you have to make sure you have Eclipse 3.5+, JavaFX JDK 1.2.1 and a Java environment installed.&amp;nbsp;And then:&lt;/p&gt;&lt;p&gt;Start Eclipse and go to Help -&amp;gt; Install new software...&lt;br /&gt;Click Add...&lt;br /&gt;Enter a name for the plugin, for example &amp;quot;Exadel JavaFX plugin&amp;quot;&lt;br /&gt;Click Local...&lt;br /&gt;Select the directory where the zip was unpacked, INCLUDING the eclipse directory.&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;img alt="" width="407" height="167" src="http://jfxtras.org/portal/portal/image/image_gallery?uuid=5fa35598-064b-4f95-b7d1-3e61146cc0c5&amp;amp;groupId=23107&amp;amp;t=1263461361685" /&gt;&lt;/p&gt;&lt;p&gt;Press OK&lt;br /&gt;Check the Exadel JavaFX Studio&lt;br /&gt;Press Next&lt;br /&gt;Press Next&lt;br /&gt;Accept the agreement&lt;br /&gt;Press Finish&lt;/p&gt;&lt;p&gt;Wait for all the stuff to be downloaded and restart Eclipse when being asked to do so. Now the plugin is installed. The next step is to setup JavaFX; Exadel's plugin supports multiple versions of JavaFX,&amp;nbsp;just like there can be multiple versions of Java configured in Eclipse.&lt;/p&gt;&lt;p&gt;Goto Window -&amp;gt; Preferences&lt;br /&gt;Select JavaFX&lt;br /&gt;Click Add...&lt;br /&gt;Click Browser... and navigate to the JavaFX JDK directory, just like you would for Installed Java JRE's and click ok.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;img alt="" width="686" height="610" src="http://jfxtras.org/portal/portal/image/image_gallery?uuid=a8fafb94-38de-4a18-b850-fd12f8b00b74&amp;amp;groupId=23107&amp;amp;t=1263461571972" /&gt;&lt;/p&gt;&lt;p&gt;Click Finish&lt;br /&gt;Click Ok&lt;/p&gt;&lt;p&gt;JFXtras requires the use of some jars that are distributed as part of the JRE. It would be inconvenient to have the path directly in the project's classpath, so at the moment the best option is to add these jars to the classpath of the JRE:&lt;/p&gt;&lt;p&gt;Goto Windows -&amp;gt; Preferences -&amp;gt; Java -&amp;gt; Installed JRE&lt;br /&gt;Select the JRE / JDK that is bound to the JavaSE-1.6 profile, since that is what is setup in the project. Not sure how we are&amp;nbsp;going to do this in the long run, but for now that is how it is set up.&lt;br /&gt;Click Edit&lt;br /&gt;Click Add external JARs...&lt;br /&gt;Navigate to the JRE's home directory, then goto lib, and select deploy.jar and javaws.jar&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;img alt="" width="1284" height="676" src="http://jfxtras.org/portal/portal/image/image_gallery?uuid=0f175754-5469-4d99-a983-c4aada18a92d&amp;amp;groupId=23107&amp;amp;t=1263461795648" /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Click Ok, Finish, Ok to close the preferences.&lt;/p&gt;&lt;p&gt;Eclipse is now setup for JFXtras. &lt;strong&gt;JFXtras developers can now update the sources and do an &amp;quot;import existing project&amp;quot; twice, once in the common directory and once in control. But for those interested, here are the steps how the projects were created.&lt;/strong&gt;&lt;/p&gt;&lt;hr /&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Goto File -&amp;gt; New... -&amp;gt; Other&lt;br /&gt;Select JavaFX -&amp;gt; JavaFX Project&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;img alt="" width="499" height="619" src="http://jfxtras.org/portal/portal/image/image_gallery?uuid=cec79dff-16fb-4813-bcc5-b818ce308af1&amp;amp;groupId=23107&amp;amp;t=1263461976720" /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Click Next&lt;br /&gt;Enter the project name &amp;quot;&lt;strong&gt;JFXtrasCommon&lt;/strong&gt;&amp;quot;&lt;br /&gt;Select &amp;quot;Create project from existing source&amp;quot;&lt;br /&gt;Click browse and navigate to the COMMON directory and click Ok.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;img alt="" width="501" height="600" src="http://jfxtras.org/portal/portal/image/image_gallery?uuid=73ca826c-8c92-4ba0-af84-ef4295f6a3ea&amp;amp;groupId=23107&amp;amp;t=1263462015707" /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Click Next...&lt;br /&gt;Click Next...&lt;br /&gt;Make sure that both src and test are marked as source folders (via right mouse button).&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;img alt="" width="500" height="600" src="http://jfxtras.org/portal/portal/image/image_gallery?uuid=cb057a14-5c49-4f10-bc5e-0372f563633d&amp;amp;groupId=23107&amp;amp;t=1263462083999" /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Switch to the 3th tab and remove any jar that is in the dist directory&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;img alt="" src="http://jfxtras.org/portal/portal/image/image_gallery?uuid=e2832e8e-94b9-4c19-99f6-50347986673b&amp;amp;groupId=23107&amp;amp;t=1263462118701" /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Click finish&lt;/p&gt;&lt;p&gt;The project should compile now, try starting one of the test classes.&lt;/p&gt;&lt;hr /&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The next step is to setup the Controls project. But we do not want to simply set that up, but we want to refer directly to the Common project, including&amp;nbsp;its jars. First we need to make sure the common project makes those jars available to related projects:&lt;/p&gt;&lt;p&gt;Right click on JFXtrasCommon and select Properties&lt;br /&gt;Click Java Build path.&lt;br /&gt;Switch to the 4th tab and make sure miglayout and swingutilities are marked as exported.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;img alt="" width="666" height="542" src="http://jfxtras.org/portal/portal/image/image_gallery?uuid=767ef8d3-9a27-465f-880b-4184f6a92b7a&amp;amp;groupId=23107&amp;amp;t=1263462154271" /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Click Ok&lt;/p&gt;&lt;p&gt;And now the second project must&amp;nbsp; be created. Since&amp;nbsp;that it largely identicaly to the common project, I'll not include so many screenshots.&lt;/p&gt;&lt;p&gt;Goto File -&amp;gt; New... -&amp;gt; Other&lt;br /&gt;Select JavaFX -&amp;gt; JavaFX Project&lt;br /&gt;Click Next&lt;br /&gt;Enter the project name &amp;quot;&lt;strong&gt;JFXtrasControls&lt;/strong&gt;&amp;quot;&lt;br /&gt;Select &amp;quot;Create project from existing source&amp;quot;&lt;br /&gt;Click browse and navigate to the CONTROLS directory and click Ok.&lt;br /&gt;Click Next...&lt;br /&gt;Click Next...&lt;br /&gt;Make sure both src and test directories are marked as source folders (Right click the &amp;quot;test&amp;quot; directory and select &amp;quot;Mark as source folder&amp;quot; if not).&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;img alt="" src="http://jfxtras.org/portal/portal/image/image_gallery?uuid=5661f40c-c8b2-4129-b3b9-61be695c43e6&amp;amp;groupId=23107&amp;amp;t=1263462196597" /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Switch to the 2nd tab and click Add...&lt;br /&gt;Mark JFXtrasCommon and press OK&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;img alt="" width="500" height="597" src="http://jfxtras.org/portal/portal/image/image_gallery?uuid=d70f1b58-a9d9-47df-a61d-527ad846bb2a&amp;amp;groupId=23107&amp;amp;t=1263462217226" /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Switch to the 3th tab and remove any jar that is in the dist directory&lt;br /&gt;Click finish&lt;/p&gt;&lt;p&gt;That's it! The project should compile now with only some Java warnings. It is referencing the common project and its exported jars.&lt;br /&gt;Try starting one of the test classes.&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</summary>
    <dc:creator>Tom Eugelink</dc:creator>
    <dc:date>2010-01-14T09:05:43Z</dc:date>
  </entry>
  <entry>
    <title>JFXtras Community Site Launched!</title>
    <link rel="alternate" href="http://jfxtras.org/portalhttp://jfxtras.org/portal/blog/-/blogs/17255" />
    <author>
      <name>Stephen Chin</name>
    </author>
    <id>http://jfxtras.org/portalhttp://jfxtras.org/portal/blog/-/blogs/17255</id>
    <updated>2009-07-21T12:26:32Z</updated>
    <published>2009-07-21T12:26:32Z</published>
    <summary type="html">&lt;p&gt;&lt;a href="../../../../../../"&gt;&lt;img height="66" width="409" alt="jfxtras_portal_mockup_community_version_03" src="http://steveonjava.files.wordpress.com/2009/07/jfxtras_portal_mockup_community_version_031.png?w=409&amp;amp;h=66" title="jfxtras_portal_mockup_community_version_03" class="alignnone size-full wp-image-478" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;I am proud to announce the official launch of the JFXtras Community Site.&amp;nbsp; This site is a resource for the entire JavaFX community, and open for participation by all.&lt;/p&gt; &lt;p&gt;Just like the JFXtras open-source library has been helping improve the JavaFX Platform, this site is focused on helping to expand and grow the JavaFX Community.&amp;nbsp; Some things you can do on the site today include:&lt;/p&gt; &lt;h2&gt;Explore -&lt;/h2&gt; &lt;p&gt;&lt;a href="http://steveonjava.files.wordpress.com/2009/07/boundisizer-screenshot-300.png"&gt;&lt;img height="154" width="300" alt="Boundisizer-screenshot-300" src="http://steveonjava.files.wordpress.com/2009/07/boundisizer-screenshot-300.png?w=300&amp;amp;h=154" title="Boundisizer-screenshot-300" class="alignnone size-full wp-image-468" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;The &lt;a href="../../../../../samples"&gt;JFXtras Samples&lt;/a&gt; section is the largest JavaFX example repository outside of Sun, and is specifically focused on teaching JavaFX concepts from beginner to advanced.&amp;nbsp; Some of the featured samples include:&lt;/p&gt; &lt;ul&gt;&lt;li&gt;Amy Fowler&amp;rsquo;s Boundisizer &amp;ndash; Learn how to transform and manipulate nodes like a champ from Amy Fowler, the acclaimed layout expert on the JavaFX team.&lt;/li&gt;&lt;li&gt;Music Explorer FX &amp;ndash; You may not have won the 25 thousand dollar prize, but you can learn from the expert.&amp;nbsp; Sten Anderson has posted his winning entry, and promised to share the full source code shortly (no pressure, Stan!)&lt;/li&gt;&lt;li&gt;Particle-O-Rama &amp;ndash; Josh Marinacci, JavaFX evangelist and Rockstar&lt;strong&gt;&lt;sup&gt;1&lt;/sup&gt;&lt;/strong&gt;, creates another visual extravaganza with his super-customizable particle demo.&lt;/li&gt;&lt;li&gt;Generating Graphs from Hudson &amp;ndash; Mark Macumber posted a great mash-up of the JavaFX 1.2 Charting support to display Hudson build status.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;The site is completely self-service, and provides free hosting of open-source JavaFX samples, so create an account and &lt;a href="../../../../../samples/upload"&gt;start contributing&lt;/a&gt; your own samples to grow the community!&lt;/p&gt; &lt;hr /&gt;&lt;strong&gt;1.&lt;/strong&gt;&lt;p&gt;Yes, it is official, Joshua Marinacci and I are JavaOne Rockstars!&amp;nbsp; Josh and I received the JavaOne Rockstar award for having a top ranked JavaOne session this year (thanks to everyone who attended our&lt;/p&gt;&lt;a href="http://steveonjava.com/2009/06/13/the-widgetfx-j1-recap/"&gt;WidgetFX Session&lt;/a&gt;&lt;p&gt;!)&lt;/p&gt;&lt;h2&gt;Learn -&lt;/h2&gt; &lt;p&gt;Through a collaborative effort from all the JavaFX book authors, we will be able to bring you the full set of samples from all 5 of the JavaFX books.&amp;nbsp; All the source code will be made available under a commercial-friendly open-source license, and the samples will be easily browseable online categorized by topic.&lt;/p&gt; &lt;p&gt;&lt;a href="../../../../../pro-javafx-platform"&gt;&lt;img height="132" width="100" alt="cover-100" src="http://steveonjava.files.wordpress.com/2009/06/cover-100.jpg?w=100&amp;amp;h=132" title="cover-100" class="alignnone size-full wp-image-406" /&gt;&lt;/a&gt; &lt;a href="../../../../../javafx-developing-rich-internet-applications"&gt;&lt;img height="132" width="100" alt="JavaFXRIA-cover-100" src="http://steveonjava.files.wordpress.com/2009/07/javafxria-cover-100.jpg?w=100&amp;amp;h=132" title="JavaFXRIA-cover-100" class="alignnone size-full wp-image-451" /&gt;&lt;/a&gt;&lt;a href="http://steveonjava.files.wordpress.com/2009/07/essentialjavafx-cover-100.jpg"&gt;&lt;img height="131" width="100" alt="EssentialJavafx-cover-100" src="http://steveonjava.files.wordpress.com/2009/07/essentialjavafx-cover-100.jpg?w=100&amp;amp;h=131" title="EssentialJavafx-cover-100" class="alignnone size-full wp-image-452" /&gt;&lt;/a&gt; &lt;a href="../../../../../javafx-in-action"&gt;&lt;img height="125" width="100" alt="JavaFXInAction-cover-100" src="http://steveonjava.files.wordpress.com/2009/07/javafxinaction-cover-100.jpg?w=100&amp;amp;h=125" title="JavaFXInAction-cover-100" class="alignnone size-full wp-image-454" /&gt;&lt;/a&gt;&lt;a href="../../../../../javafx-developers-guide"&gt;&lt;img height="129" width="100" alt="JavaFXDevGuide-cover-100" src="http://steveonjava.files.wordpress.com/2009/07/javafxdevguide-cover-100.jpg?w=100&amp;amp;h=129" title="JavaFXDevGuide-cover-100" class="alignnone size-full wp-image-453" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;address&gt;What is on your bookshelf?&lt;/address&gt; &lt;p&gt;This includes all of the samples from &lt;em&gt;&lt;a href="http://projavafx.com/"&gt;Pro JavaFX Platform&lt;/a&gt;&lt;/em&gt;, which is finally out in print! &amp;mdash; The full realization that I was an author didn&amp;rsquo;t come until this morning when my copies arrived&amp;hellip; for a brief moment the gaping hole in my life for the past six months seemed (almost) worth it.&lt;/p&gt; &lt;p&gt;The Sun &lt;a href="http://jfxbook.com/"&gt;&lt;em&gt;JavaFX&lt;/em&gt;&lt;/a&gt; and &lt;a href="http://www.asgteach.com/books/javafxbook.html"&gt;&lt;em&gt;Essential JavaFX&lt;/em&gt;&lt;/a&gt; books have been out since JavaOne and are great references to get started coding in JavaFX.&amp;nbsp; These samples should be available within the next couple weeks.&lt;/p&gt; &lt;p&gt;Finally, the &lt;a href="http://www.manning.com/morris/"&gt;&lt;em&gt;JavaFX in Action&lt;/em&gt;&lt;/a&gt; and &lt;a href="http://my.safaribooksonline.com/9780321648983"&gt;&lt;em&gt;JavaFX Developer&amp;rsquo;s Guide&lt;/em&gt;&lt;/a&gt; books are both due out later this year, and will post samples as soon as it makes sense to.&lt;/p&gt; &lt;h2&gt;Research -&lt;/h2&gt; &lt;p&gt;&lt;a href="http://steveonjava.files.wordpress.com/2009/07/jfxtras_portal_mockup_community_version_22.jpg"&gt;&lt;img height="215" width="260" alt="jfxtras_portal_mockup_community_version_22" src="http://steveonjava.files.wordpress.com/2009/07/jfxtras_portal_mockup_community_version_22.jpg?w=260&amp;amp;h=215" title="jfxtras_portal_mockup_community_version_22" class="alignnone size-full wp-image-469" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;There is also a new section called &lt;a href="../../../../../links"&gt;JFXtras Links&lt;/a&gt; brought to you by &lt;a href="http://jonathangiles.net/blog/"&gt;Jonathan Giles&lt;/a&gt;, famous for his weekly desktop links of the week feature on his blog.&amp;nbsp; The plan is to aggregate and categorize all the best JavaFX links and resources in a single place.&lt;/p&gt; &lt;p&gt;This section is still in its infancy, so please give us feedback and contribute links that you find valuable.&lt;/p&gt; &lt;h2&gt;About the Site -&lt;/h2&gt; &lt;p&gt;The JFXtras Community Site is built on the principles of collaboration and agility, and is backed by technologies that make this possible.&amp;nbsp; Everything is 100% Java from the application server (Tomcat) to the portal engine (Liferay).&amp;nbsp; Also, wherever possible customization and design was done via the online portal user interface so that future changes to the site (both minor and major) can be done by the community.&lt;/p&gt; &lt;p&gt;Most importantly, the JFXtras Community Site will be what you make of it.&amp;nbsp; Just like everything else we do on the JFXtras project, we are open to new ideas and ways of doing things.&amp;nbsp; If you have a great idea for how to improve one of the existing sections, or something else we should add to the site, let us know, or better yet, help us make it happen!&lt;/p&gt;</summary>
    <dc:creator>Stephen Chin</dc:creator>
    <dc:date>2009-07-21T12:26:32Z</dc:date>
  </entry>
  <entry>
    <title>JFXtras 0.5 Release Announcement</title>
    <link rel="alternate" href="http://jfxtras.org/portalhttp://jfxtras.org/portal/blog/-/blogs/jfxtras-0-5-release-announcement" />
    <author>
      <name>Stephen Chin</name>
    </author>
    <id>http://jfxtras.org/portalhttp://jfxtras.org/portal/blog/-/blogs/jfxtras-0-5-release-announcement</id>
    <updated>2009-06-22T15:41:38Z</updated>
    <published>2009-06-22T15:41:34Z</published>
    <summary type="html">&lt;div class="entry"&gt;&lt;div class="snap_preview" sizcache="0" sizset="31"&gt;&lt;p&gt;I am pleased to announce the 0.5 release of JFXtras.&amp;nbsp; This release updates the project with JavaFX 1.2 support, plus includes a major overhaul of the Shapes, Borders, and Layouts.&lt;/p&gt;&lt;p sizcache="0" sizset="31"&gt;You can grab the latest bits here:&lt;br /&gt;&lt;a href="http://code.google.com/p/jfxtras/downloads/list" rel="#someid0" jquery1245684680034="4"&gt;&lt;font color="#515151"&gt;http://code.google.com/p/jfxtras/downloads/list&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;&lt;p sizcache="0" sizset="32"&gt;And browse the Javadoc &lt;a href="http://jfxtras.googlecode.com/svn/site/javadoc/release-0.5/index.html" rel="#someid1" jquery1245684680034="6"&gt;&lt;font color="#515151"&gt;online&lt;/font&gt;&lt;/a&gt;.&lt;/p&gt;&lt;h2&gt;Pure JavaFX Shapes&lt;/h2&gt;&lt;p&gt;Why should you&amp;nbsp;care that we&amp;nbsp;spent months re-implementing all the Shapes from scratch in pure JavaFX code?&amp;nbsp; Well, here are a few reasons:&lt;/p&gt;&lt;ol sizcache="0" sizset="33"&gt;&lt;li&gt;&lt;strong&gt;JavaFX 1.2 Compatibility&lt;/strong&gt;&amp;nbsp;- The JavaFX scene graph was pretty-much rewritten from the ground up in the 1.2 release, so porting the old Shape code was non-trivial.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Mobile Deployment&lt;/strong&gt;&amp;nbsp;- Yes, you can now draw stars, balloons, and reuleaux triangles on your new HTC Diamond.&amp;nbsp; (What, you didn&amp;rsquo;t pick up a JavaFX Mobile device at JavaOne?&amp;nbsp; Your loss&amp;hellip;)&lt;/li&gt;&lt;li sizcache="0" sizset="33"&gt;&lt;strong&gt;Richard Bair said to do it&amp;hellip;&lt;/strong&gt;&amp;nbsp; &lt;a href="http://weblogs.java.net/blog/rbair/" rel="#someid2" jquery1245684680034="8"&gt;&lt;font color="#515151"&gt;Rich&lt;/font&gt;&lt;/a&gt; isn&amp;rsquo;t the sort of guy you say no to, and he was pretty adament about the fact that we shouldn&amp;rsquo;t be hacking the scene graph directly.&amp;nbsp; Well, now we aren&amp;rsquo;t. &amp;nbsp;(although don&amp;rsquo;t let him know about our new hack to embed JavaFX in Swing&amp;hellip;)&lt;/li&gt;&lt;/ol&gt;&lt;p sizcache="0" sizset="34"&gt;You can try out the new shapes by running the&amp;nbsp;&lt;a title="" href="http://projavafx.com/portal/samples" rel="#someid3" jquery1245684680034="10"&gt;&lt;font color="#515151"&gt;DrawJFXtras sample program&lt;/font&gt;&lt;/a&gt; from the&amp;nbsp;&lt;a href="http://projavafx.com/" rel="#someid4" jquery1245684680034="12"&gt;&lt;font color="#515151"&gt;Pro JavaFX Platform book&lt;/font&gt;&lt;/a&gt; (which has an entire chapter dedicated to the JFXtras project and other JavaFX FOSS):&lt;/p&gt;&lt;div class="wp-caption alignnone" id="attachment_370" sizcache="0" sizset="36" style="width: 520px"&gt;&lt;a title="" href="http://jfxtras.org/portal/webdav/liferay.com/guest/document_library/Samples/Pro%20JavaFX%20Platform/DrawJFXtras/DrawJFX.jnlp" rel="#someid5" jquery1245684680034="14"&gt;&lt;img class="size-full wp-image-370  " title="screenshot" height="376" alt="Draw JFXtras Sample Application" src="http://steveonjava.files.wordpress.com/2009/06/screenshot1.png?w=510&amp;amp;h=376" width="510" /&gt;&lt;/a&gt; &lt;p class="wp-caption-text"&gt;Draw JFXtras Sample Application&lt;/p&gt;&lt;/div&gt;&lt;p&gt;Note:&amp;nbsp; When playing with the demo be careful using the balloon and rounded rectangle shapes.&amp;nbsp; They trigger a nasty bounds-detection bug that we still haven&amp;rsquo;t tracked down.&lt;/p&gt;&lt;p&gt;Thanks to my coworker, Steve Bixby for doing the rewrite in his spare time.&amp;nbsp; He was looking for a little project to learn JavaFX, and went way above and beyond!&lt;/p&gt;&lt;h2&gt;Redesigned Borders&lt;/h2&gt;&lt;p&gt;We also redesigned the JFXtras Borders from scratch.&amp;nbsp; Here are some of the new and noteworthy improvements:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Improved performance&lt;/strong&gt; &amp;ndash; The borders render much more quickly, because they take advantage of the new layout infrastructure. This means you can layer and nest borders to your heart&amp;rsquo;s content without worrying about slow rendering or resizing.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Developer-friendly properties&lt;/strong&gt; &amp;ndash; The border properties are still available via CSS, but can now easily be set using variables on the classes as well.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Shape-to-Fit support&lt;/strong&gt; &amp;ndash; There is a new property on the border class called shapeToFit that allows you to choose between having the border fill the available width/height or hugging the component.&lt;/li&gt;&lt;/ul&gt;&lt;div class="mceTemp" sizcache="0" sizset="37"&gt;&lt;dl class="wp-caption alignnone" sizcache="0" sizset="37"&gt;&lt;dt class="wp-caption-dt" sizcache="0" sizset="37"&gt;&lt;a href="http://blogs.sun.com/clarkeman/entry/javafx_borders" rel="#someid6" jquery1245684680034="16"&gt;&lt;img class="size-full wp-image-366" title="BorderEnsemble" height="465" alt="Jim Clarke's Border Ensemble" src="http://steveonjava.files.wordpress.com/2009/06/borderensemble.png?w=509&amp;amp;h=465" width="509" /&gt;&lt;/a&gt; &lt;/dt&gt;&lt;dd class="wp-caption-dd"&gt;Jim Clarke&amp;rsquo;s JFXtras&amp;nbsp;Border Ensemble &lt;/dd&gt;&lt;/dl&gt;&lt;p sizcache="0" sizset="38"&gt;Jim Clarke was responsible for most of this goodness, and did a great blog post that goes into more details here: &lt;a href="http://blogs.sun.com/clarkeman/entry/javafx_borders" rel="#someid7" jquery1245684680034="18"&gt;&lt;font color="#515151"&gt;http://blogs.sun.com/clarkeman/entry/javafx_borders&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;h2&gt;Layouts Reloaded&lt;/h2&gt;&lt;p&gt;What JFXtras release would be complete without at least a partial layout rewrite?&amp;nbsp; Well, the JavaFX team didn&amp;rsquo;t leave us much of a choice here, given all the great work they did on layouts in JavaFX 1.2.&lt;/p&gt;&lt;p sizcache="0" sizset="39"&gt;The good news is that&amp;nbsp;&lt;a href="http://weblogs.java.net/blog/aim/" rel="#someid8" jquery1245684680034="20"&gt;&lt;font color="#515151"&gt;Amy Fowler&lt;/font&gt;&lt;/a&gt; and I were mostly on the same wavelength, so the upgrade should be relatively painless.&amp;nbsp; Here are some of the reasons to use the new JFXtras layout classes:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Take advantage of JavaFX 1.2 features&lt;/strong&gt; &amp;ndash; All the JFXtras layouts will honor layoutInfo constraints set on Nodes such as hpos, vpos, and managed.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Plus Extended layout features&lt;/strong&gt; &amp;ndash; JFXtras layers fill, span, grow, and full support for resizable layouts.&amp;nbsp; Simply drop in the ResizableXXX replacement classes (ResizableScene, ResizableHBox, ResizableImageView, etc.) and forget about manual binding of layouts.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Plus the JFXtras Defaults System&lt;/strong&gt; &amp;ndash; Most components want to be laid out a certain way.&amp;nbsp; For example, you usually want Labels left aligned and TextBoxes to grow horizontally.&amp;nbsp; JFXtras provides defaults for all the new JavaFX 1.2 controls so you don&amp;rsquo;t have to.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;And still the best Grids around&lt;/strong&gt; &amp;ndash; The JFXtras Grid and MigLayout have both been fully updated to work with JavaFX 1.2.&amp;nbsp; Combined together, you have the most powerful layout system available for JavaFX (or any RIA platform) period.&lt;/li&gt;&lt;/ul&gt;&lt;p sizcache="0" sizset="40"&gt;A great way to learn about the JFXtras layouts is by reading Chapter 8 of the &lt;a href="http://projavafx.com/" rel="#someid9" jquery1245684680034="22"&gt;&lt;font color="#515151"&gt;Pro JavaFX Platform book&lt;/font&gt;&lt;/a&gt;.&amp;nbsp; It goes over a&amp;nbsp;complex &lt;a href="http://projavafx.com/portal/samples" rel="#someid10" jquery1245684680034="24"&gt;&lt;font color="#515151"&gt;MediaExplorer Sample&lt;/font&gt;&lt;/a&gt; built from the ground up&amp;nbsp;using all the JFXtras layouts from ResizableScene to Grid to MigLayout.&lt;/p&gt;&lt;div class="mceTemp" sizcache="0" sizset="42"&gt;&lt;dl class="wp-caption alignnone" sizcache="0" sizset="42"&gt;&lt;dt class="wp-caption-dt" sizcache="0" sizset="42"&gt;&lt;a title="" href="http://jfxtras.org/portal/webdav/liferay.com/guest/document_library/Samples/Pro%20JavaFX%20Platform/MediaExplorer4/MediaExplorer.jnlp" rel="#someid11" jquery1245684680034="26"&gt;&lt;img class="size-full wp-image-368 " title="mediaexplorer" height="335" alt="MediaExplorer sample demonstrating JFXtras Layouts" src="http://steveonjava.files.wordpress.com/2009/06/screenshot.png?w=510&amp;amp;h=335" width="510" /&gt;&lt;/a&gt; &lt;/dt&gt;&lt;dd class="wp-caption-dd"&gt;MediaExplorer sample demonstrating JFXtras Layouts &lt;/dd&gt;&lt;/dl&gt;&lt;p sizcache="0" sizset="43"&gt;All the&amp;nbsp;Pro JavaFX book samples including&amp;nbsp;DrawJFXtras and MediaExplorer&amp;nbsp;have been open-sourced under the New BSD license as a part of the &lt;a href="http://jfxtras.org/portal/samples" rel="#someid12" jquery1245684680034="28"&gt;&lt;font color="#515151"&gt;JFXtras Samples&lt;/font&gt;&lt;/a&gt; project.&amp;nbsp; More details on this project will be coming up&amp;nbsp;in the next few weeks.&lt;/p&gt;&lt;/div&gt;&lt;h2&gt;JavaFX Wrapper for Swing&lt;/h2&gt;&lt;p sizcache="0" sizset="44"&gt;Amy had a great &lt;a href="http://weblogs.java.net/blog/aim/archive/2009/06/insiders_guide.html" rel="#someid13" jquery1245684680034="30"&gt;&lt;font color="#515151"&gt;blog&lt;/font&gt;&lt;/a&gt;&amp;nbsp;that described how to makeover a JavaFX application by embedding Swing, but how about going the other direction?&amp;nbsp; With the new SceneToJComponent class, you can do exactly that from a standard API like this:&lt;/p&gt;&lt;div class="dp-highlighter" sizcache="0" sizset="45"&gt;&lt;div class="bar" sizcache="0" sizset="45"&gt;&lt;div class="tools" sizcache="0" sizset="45"&gt;&lt;a onclick="dp.sh.Toolbar.Command('ViewSource',this);return false;" href="http://steveonjava.com/2009/06/22/jfxtras-0-5-release-announcement/#" rel="#someid14" jquery1245684680034="32"&gt;&lt;font color="#515151"&gt;view plain&lt;/font&gt;&lt;/a&gt;&lt;a onclick="dp.sh.Toolbar.Command('CopyToClipboard',this);return false;" href="http://steveonjava.com/2009/06/22/jfxtras-0-5-release-announcement/#" rel="#someid15" jquery1245684680034="34"&gt;&lt;font color="#515151"&gt;copy to clipboard&lt;/font&gt;&lt;/a&gt;&lt;a onclick="dp.sh.Toolbar.Command('PrintSource',this);return false;" href="http://steveonjava.com/2009/06/22/jfxtras-0-5-release-announcement/#" rel="#someid16" jquery1245684680034="36"&gt;&lt;font color="#515151"&gt;print&lt;/font&gt;&lt;/a&gt;&lt;a onclick="dp.sh.Toolbar.Command('About',this);return false;" href="http://steveonjava.com/2009/06/22/jfxtras-0-5-release-announcement/#" rel="#someid17" jquery1245684680034="38"&gt;&lt;font color="#515151"&gt;?&lt;/font&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;ol class="dp-j"&gt;&lt;li class="alt"&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class="keyword"&gt;public&lt;/span&gt;&lt;span&gt;&amp;nbsp;SceneToJComponentTest()&amp;nbsp;{ &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;li class="alt"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;String&amp;nbsp;sceneClass&amp;nbsp;=&amp;nbsp;&lt;/span&gt;&lt;span class="string"&gt;&amp;quot;org.jfxtras.scene.SceneToJComponentScene&amp;quot;&lt;/span&gt;&lt;span&gt;; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE); &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;li class="alt"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;setTitle(&lt;/span&gt;&lt;span class="string"&gt;&amp;quot;FX&amp;nbsp;Panel&amp;nbsp;Test&amp;quot;&lt;/span&gt;&lt;span&gt;); &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;getContentPane().setLayout(&lt;/span&gt;&lt;span class="keyword"&gt;new&lt;/span&gt;&lt;span&gt;&amp;nbsp;BorderLayout()); &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;li class="alt"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;JComponent&amp;nbsp;theScene&amp;nbsp;=&amp;nbsp;SceneToJComponent.loadScene(sceneClass); &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;li class="alt"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;getContentPane().add(&lt;/span&gt;&lt;span class="keyword"&gt;new&lt;/span&gt;&lt;span&gt;&amp;nbsp;JLabel(&lt;/span&gt;&lt;span class="string"&gt;&amp;quot;JLabel:&amp;nbsp;The&amp;nbsp;following&amp;nbsp;is&amp;nbsp;a&amp;nbsp;JavaFX&amp;nbsp;Scene&amp;quot;&lt;/span&gt;&lt;span&gt;),&amp;nbsp;BorderLayout.NORTH); &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;getContentPane().add(theScene,&amp;nbsp;BorderLayout.CENTER); &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;li class="alt"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;pack(); &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;li class="alt"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;pre class="java" name="code" style="display: none"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; public SceneToJComponentTest() {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String sceneClass = &amp;quot;org.jfxtras.scene.SceneToJComponentScene&amp;quot;;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; setTitle(&amp;quot;FX Panel Test&amp;quot;);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; getContentPane().setLayout(new BorderLayout());
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JComponent theScene = SceneToJComponent.loadScene(sceneClass);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; getContentPane().add(new JLabel(&amp;quot;JLabel: The following is a JavaFX Scene&amp;quot;), BorderLayout.NORTH);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; getContentPane().add(theScene, BorderLayout.CENTER);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pack();
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&lt;/pre&gt;&lt;p&gt;This class allows you convert any JavaFX Scene to a Swing JComponent that can be embedded in a larger application, insulating you from future changes in the JavaFX internal APIs.&lt;/p&gt;&lt;h2&gt;Full List of Features, Enhancements, and Changes&lt;/h2&gt;&lt;p&gt;For existing JFXtras users who want all the gory details that they will need to migrate their applications and take advantage of new features, here it is:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;JavaFX Wrapper for Swing: &lt;ul&gt;&lt;li&gt;The new SceneToJComponent class makes it easy to wrap your JavaFX user interface in a JComponent that you can use from any Swing UI&lt;/li&gt;&lt;li&gt;This insulates you from directly calling the JavaFX internal APIs, which may change in any release.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;JavaFX 1.2 Compatibility: &lt;ul&gt;&lt;li&gt;This breaks binary compatibility with old versions.&amp;nbsp; Please recompile all your code&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;JSONHandler: &lt;ul&gt;&lt;li&gt;Enhanced variable name mapping support&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;JFXtras Borders Changes: &lt;ul&gt;&lt;li&gt;Border child is now in a parameter called &amp;ldquo;node&amp;rdquo; rather than &amp;ldquo;content&amp;rdquo;&lt;/li&gt;&lt;li&gt;New shapeToFit property to choose between matching the container set width/height or wrapping the nested node&lt;/li&gt;&lt;li&gt;Properties are now exposed directly on the border classes in addition to being accessible from CSS.&lt;/li&gt;&lt;li&gt;Various border tweaks&amp;hellip;&amp;nbsp; ShapeBorder is now used for clipping, TitledBorder has a line, etc.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;JFXtras Layout Changes: &lt;ul&gt;&lt;li&gt;HAlign/VAlign have been removed in favor of using the new built-in HPos/VPos classes.&lt;/li&gt;&lt;li&gt;Fill is not an orthoganal property in its own class used by ExtendedLayoutInfo (which extends LayoutInfo)&lt;/li&gt;&lt;li&gt;Grow and span are now on a new GridLayoutInfo class that extends ExtendedLayoutInfo&lt;/li&gt;&lt;li&gt;Layout contants are now all in the new LayoutConstants class (formerly GridContraints)&lt;/li&gt;&lt;li&gt;ResizableHBox/ResizableVBox have been updated with the new hpos/vpos/nodeHPos/nodeVPos parameters from HBox/VBox&lt;/li&gt;&lt;li&gt;ResizableScene now support nodeHPos/nodeVPos parameters&lt;/li&gt;&lt;li&gt;Deck now supports nodeHPos/nodeVPos parameters&lt;/li&gt;&lt;li&gt;Grid position default is LEFT/MIDDLE&lt;/li&gt;&lt;li&gt;Grid now supports nodeHPos/nodeVPos parameters&lt;/li&gt;&lt;li&gt;Grid now handles toFront/toBack correctly (and is the only layout in existence that does)&lt;/li&gt;&lt;li&gt;New DefaultLayout class for supporting the JFXtras defaults system&lt;/li&gt;&lt;li&gt;New JFXContainer class created to support JFXtras layout extensions&lt;/li&gt;&lt;li&gt;Removed org.jfxtras.layout.EmptyBorder.&amp;nbsp; User org.jfxtras.scene.border.EmptyBorder instead.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Component Changes: &lt;ul&gt;&lt;li&gt;ScrollView now uses JavaFX ScrollBar and ClipView&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;MigLayout Changes &lt;ul&gt;&lt;li&gt;MigLayout fixed to make it work with JavaFX 1.2.&lt;/li&gt;&lt;li&gt;MigLayout handles dynamic changes to node sizes and their layoutInfo&amp;rsquo;s managed flag&lt;/li&gt;&lt;li&gt;MigLayout code is no longer forked (thanks to nativearrary support in JavaFX!)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;JFXtras Shapes changes: &lt;ul&gt;&lt;li&gt;JFXtras Shapes are now defined as native JavaFX shapes&lt;/li&gt;&lt;li&gt;Shapes are generally more fault tolerant to invalid parameter values&lt;/li&gt;&lt;li&gt;Almond &amp;amp; Asterisk &amp;lsquo;width&amp;rsquo; is now from left to right rather than&amp;nbsp;left-to-center or center-to-right.&lt;/li&gt;&lt;li&gt;Asterisk arm width is now as specified (was twice as wide.)&lt;/li&gt;&lt;li&gt;ReuleauxTriangle is treated as a spherical object and has centerX,&amp;nbsp;centerY, and radius, rather than x/y/width.&lt;/li&gt;&lt;li&gt;All shapes use native JavaFX transforms; specifically, angle&amp;nbsp;of rotation is clockwise rather than counterclockwise as before.&lt;/li&gt;&lt;li&gt;All shapes rotate about their bounds center rather than around&amp;nbsp;a starting point &amp;ndash; as do all Path-based native JavaFX shapes.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Enjoy the new JFXtras Release!&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;</summary>
    <dc:creator>Stephen Chin</dc:creator>
    <dc:date>2009-06-22T15:41:34Z</dc:date>
  </entry>
  <entry>
    <title>JFXtras Core 0.4 Release – Borders, Scrolling, Constraints, JSON Handler, and More!</title>
    <link rel="alternate" href="http://jfxtras.org/portalhttp://jfxtras.org/portal/blog/-/blogs/10327" />
    <author>
      <name>Stephen Chin</name>
    </author>
    <id>http://jfxtras.org/portalhttp://jfxtras.org/portal/blog/-/blogs/10327</id>
    <updated>2009-05-16T13:40:39Z</updated>
    <published>2009-05-16T13:40:08Z</published>
    <summary type="html">&lt;p&gt;I am pleased to announce the 0.4 release of the&lt;/p&gt;&lt;a href="http://code.google.com/p/jfxtras/" rel="#someid1"&gt;JFXtras project&lt;/a&gt;&lt;p&gt;.&amp;nbsp; This is a pretty significant release for the project, which includes quite a bit of new functionality, as well as a new project subdivision.&lt;/p&gt;&lt;div class="entry"&gt;&lt;div class="snap_preview"&gt;&lt;p&gt;The JFXtras project has been split into the following three subprojects:&lt;/p&gt; &lt;ul&gt;&lt;li&gt;JFXtras Core &amp;ndash; Contains everything you need to quickly and easily build rich JavaFX applications.&amp;nbsp; This includes Layouts, UI Controls, Shapes, Borders, Utilities, etc.&lt;/li&gt;&lt;li&gt;JFXtras Test &amp;ndash; This provides a comprehensive unit and UI test suite along with wrappers for running from the command line or a visual client (coming soon).&lt;/li&gt;&lt;li&gt;JFXtras Samples &amp;ndash; This is a new project dedicated to providing high quality JavaFX samples to teach the language and bootstrap innovation.&amp;nbsp; More on this coming in the next few weeks, but if you are interested in contributing or helping out let me know.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;The release today is for JFXtras Core, which is now Java 1.5 compatible, and includes some brand new features courtesy of &lt;a href="http://blogs.sun.com/clarkeman/" rel="#someid2"&gt;Jim Clarke&lt;/a&gt;.&amp;nbsp; This includes a wide assortment of styleable Borders:&lt;/p&gt; &lt;div style="width: 519px;" class="wp-caption alignnone" id="attachment_251"&gt;&lt;img width="509" height="539" alt="New JFXtras Borders Support" src="http://steveonjava.files.wordpress.com/2009/04/borders.png?w=509&amp;amp;h=539" title="JFXtras Borders" class="size-full wp-image-251" /&gt;&lt;p class="wp-caption-text"&gt;New JFXtras Borders Support&lt;/p&gt;&lt;/div&gt; &lt;p&gt;As well as:&lt;/p&gt; &lt;ul&gt;&lt;li&gt;Styleable ScrollBars and ScrollViews&lt;/li&gt;&lt;li&gt;A JSON Handler to automagically populate JavaFX objects from a remote connection&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Which is in addition to a whole slew of other cool features including:&lt;/p&gt; &lt;ul&gt;&lt;li&gt;A new Constraints system for specifying how nodes are laid out with a uniform API&lt;/li&gt;&lt;li&gt;Significant updates to the JFXtras Grid&lt;/li&gt;&lt;li&gt;New resizable layouts including: ResizableCustomNode, ResizableImageView, ResizableMediaView, ResizableHBox, ResizableVBox, and updates to ResizableRectangle&lt;/li&gt;&lt;li&gt;A new version of the Shapes library&lt;/li&gt;&lt;li&gt;An ImageFix class that resolves backgroundLoading issues and an ImageUtility class to help with common operations&lt;/li&gt;&lt;li&gt;Defect fixes for Shapes, Dialogs, and others&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;You can download the latest bits here:&amp;nbsp; &lt;a href="http://code.google.com/p/jfxtras/downloads/list" rel="#someid3" title=""&gt;http://code.google.com/p/jfxtras/downloads/list&lt;/a&gt;.&amp;nbsp; And also browse the &lt;a href="http://jfxtras.googlecode.com/svn/site/javadoc/release-0.4/index.html" rel="#someid4"&gt;online Javadocs&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Thanks to the whole JFXtras crew for putting together another huge release!&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;</summary>
    <dc:creator>Stephen Chin</dc:creator>
    <dc:date>2009-05-16T13:40:08Z</dc:date>
  </entry>
</feed>