<?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>Use JavaFX &#187; JavaFX Social Bookmarks</title>
	<atom:link href="http://www.usejavafx.com/category/javafx-social-bookmarks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.usejavafx.com</link>
	<description>without boundaries!</description>
	<lastBuildDate>Sat, 04 Feb 2012 21:20:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>Building Java EE Applications in JavaFX 2.0</title>
		<link>http://www.usejavafx.com/2012/02/04/building-java-ee-applications-in-javafx-2-0/</link>
		<comments>http://www.usejavafx.com/2012/02/04/building-java-ee-applications-in-javafx-2-0/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 21:20:07 +0000</pubDate>
		<dc:creator>javafx-social-bookmarks</dc:creator>
				<category><![CDATA[JavaFX Social Bookmarks]]></category>

		<guid isPermaLink="false">http://www.usejavafx.com/2012/02/04/building-java-ee-applications-in-javafx-2-0/</guid>
		<description><![CDATA[In this article, the first of several in which I explore various options for building Java EE applications in JavaFX 2.0, I perform a direct port of Richard Bair’s FXML+Guice dependency injection example into Spring. (Richard Bair is Oracle’s Chief Architect for the Client Java Platform.) Many developers still believe that Spring is all about [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dzone.com/links/r/building_java_ee_applications_in_javafx_20.html"><img src="http://cdn.dzone.com/images/thumbs/120x90/739841.jpg" style="width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc" /></a>
<p>In this article, the first of several in which I explore various options for building Java EE applications in JavaFX 2.0, I perform a direct port of Richard Bair’s FXML+Guice dependency injection example into Spring. (Richard Bair is Oracle’s Chief Architect for the Client Java Platform.) Many developers still believe that Spring is all about XML configuration files, but it has evolved a lot since the early days. I’m going to use Spring’s annotation-based configuration to create a pure Java example (i.e., zero Spring XML) that looks almost identical to the Guice one.</p>
<p><a href="http://www.dzone.com/links/rss/building_java_ee_applications_in_javafx_20.html"><img src="http://www.dzone.com/links/voteCountImage?linkId=739841" border="0" /></a></p>
<p><a href="http://www.dzone.com/links/r/building_java_ee_applications_in_javafx_20.html">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.usejavafx.com/2012/02/04/building-java-ee-applications-in-javafx-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>e(fx)clipse 0.0.12 released</title>
		<link>http://www.usejavafx.com/2012/02/01/efxclipse-0-0-12-released/</link>
		<comments>http://www.usejavafx.com/2012/02/01/efxclipse-0-0-12-released/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 14:20:05 +0000</pubDate>
		<dc:creator>javafx-social-bookmarks</dc:creator>
				<category><![CDATA[JavaFX Social Bookmarks]]></category>

		<guid isPermaLink="false">http://www.usejavafx.com/2012/02/01/efxclipse-0-0-12-released/</guid>
		<description><![CDATA[e(fx)clipse provides tooling integration for JavaFX 2.0 into the Eclipse IDE Go to Source]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dzone.com/links/r/efxclipse_0012_released.html"><img src="http://cdn.dzone.com/images/thumbs/120x90/737881.jpg" style="width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc" /></a>
<p>e(fx)clipse provides tooling integration for JavaFX 2.0 into the Eclipse IDE</p>
<p><a href="http://www.dzone.com/links/rss/efxclipse_0012_released.html"><img src="http://www.dzone.com/links/voteCountImage?linkId=737881" border="0" /></a></p>
<p><a href="http://www.dzone.com/links/r/efxclipse_0012_released.html">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.usejavafx.com/2012/02/01/efxclipse-0-0-12-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to build and package JavaFX 2 Application with Maven</title>
		<link>http://www.usejavafx.com/2012/01/31/how-to-build-and-package-javafx-2-application-with-maven/</link>
		<comments>http://www.usejavafx.com/2012/01/31/how-to-build-and-package-javafx-2-application-with-maven/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 18:20:05 +0000</pubDate>
		<dc:creator>javafx-social-bookmarks</dc:creator>
				<category><![CDATA[JavaFX Social Bookmarks]]></category>

		<guid isPermaLink="false">http://www.usejavafx.com/2012/01/31/how-to-build-and-package-javafx-2-application-with-maven/</guid>
		<description><![CDATA[The short guide to begin to build your JavaFX 2 application with Maven. An example is demonstrated with continuous integration and delivery. Go to Source]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dzone.com/links/r/how_to_build_and_package_javafx_2_application_wit.html"><img src="http://cdn.dzone.com/images/thumbs/120x90/737383.jpg" style="width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc" /></a>
<p>The short guide to begin to build your JavaFX 2 application with Maven.</p>
<p>An example is demonstrated with continuous integration and delivery. </p>
<p><a href="http://www.dzone.com/links/rss/how_to_build_and_package_javafx_2_application_wit.html"><img src="http://www.dzone.com/links/voteCountImage?linkId=737383" border="0" /></a></p>
<p><a href="http://www.dzone.com/links/r/how_to_build_and_package_javafx_2_application_wit.html">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.usejavafx.com/2012/01/31/how-to-build-and-package-javafx-2-application-with-maven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Hear Voices: JavaFX 2.1 Developer Preview for Linux</title>
		<link>http://www.usejavafx.com/2012/01/30/i-hear-voices-javafx-2-1-developer-preview-for-linux-2/</link>
		<comments>http://www.usejavafx.com/2012/01/30/i-hear-voices-javafx-2-1-developer-preview-for-linux-2/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 02:20:03 +0000</pubDate>
		<dc:creator>javafx-social-bookmarks</dc:creator>
				<category><![CDATA[JavaFX Social Bookmarks]]></category>

		<guid isPermaLink="false">http://www.usejavafx.com/2012/01/30/i-hear-voices-javafx-2-1-developer-preview-for-linux-2/</guid>
		<description><![CDATA[The release of the JavaFX 2.1 Developer Preview for Linux last week rounds out the Mac OS X and Windows releases that were already available. I thought that this would be an interesting time to take the pulse of the JavaFX community, so I asked several JavaFX developers to articulate the significance of this release. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dzone.com/links/r/i_hear_voices_javafx_21_developer_preview_for_lin.html"><img src="http://cdn.dzone.com/images/thumbs/120x90/736937.jpg" style="width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc" /></a>
<p>The release of the JavaFX 2.1 Developer Preview for Linux last week rounds out the Mac OS X and Windows releases that were already available.  I thought that this would be an interesting time to take the pulse of the JavaFX community, so I asked several JavaFX developers to articulate the significance of this release.  Here&#8217;s what the 14 developers that responded had to say:</p>
<p><a href="http://www.dzone.com/links/rss/i_hear_voices_javafx_21_developer_preview_for_lin.html"><img src="http://www.dzone.com/links/voteCountImage?linkId=736937" border="0" /></a></p>
<p><a href="http://www.dzone.com/links/r/i_hear_voices_javafx_21_developer_preview_for_lin.html">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.usejavafx.com/2012/01/30/i-hear-voices-javafx-2-1-developer-preview-for-linux-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaFX 2.1 SDK Developer Preview Comes To Linux</title>
		<link>http://www.usejavafx.com/2012/01/26/javafx-2-1-sdk-developer-preview-comes-to-linux/</link>
		<comments>http://www.usejavafx.com/2012/01/26/javafx-2-1-sdk-developer-preview-comes-to-linux/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 15:20:04 +0000</pubDate>
		<dc:creator>javafx-social-bookmarks</dc:creator>
				<category><![CDATA[JavaFX Social Bookmarks]]></category>

		<guid isPermaLink="false">http://www.usejavafx.com/2012/01/26/javafx-2-1-sdk-developer-preview-comes-to-linux/</guid>
		<description><![CDATA[The beta is a 32-bit release, and requires Ubuntu 10.04 or later or equivalent, and requires JDK 7 Update 2. To give it a spin, I downloaded the JavaFX 2.1 SDK Developer Preview for Linux, the *.tar.gz version of 32-bit JDK 7. Untarred them into the /opt directory, resulting in Go to Source]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dzone.com/links/r/javafx_21_sdk_developer_preview_comes_to_linux.html"><img src="http://cdn.dzone.com/images/thumbs/120x90/734623.jpg" style="width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc" /></a>
<p>The beta is a 32-bit release, and requires Ubuntu 10.04 or later or equivalent, and requires JDK 7 Update 2. To give it a spin, I downloaded the JavaFX 2.1 SDK Developer Preview for Linux, the *.tar.gz version of 32-bit JDK 7. Untarred them into the /opt directory, resulting in</p>
<p><a href="http://www.dzone.com/links/rss/javafx_21_sdk_developer_preview_comes_to_linux.html"><img src="http://www.dzone.com/links/voteCountImage?linkId=734623" border="0" /></a></p>
<p><a href="http://www.dzone.com/links/r/javafx_21_sdk_developer_preview_comes_to_linux.html">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.usejavafx.com/2012/01/26/javafx-2-1-sdk-developer-preview-comes-to-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Focus on JavaFX 2 FXML with NetBeans IDE 7.1</title>
		<link>http://www.usejavafx.com/2012/01/26/focus-on-javafx-2-fxml-with-netbeans-ide-7-1/</link>
		<comments>http://www.usejavafx.com/2012/01/26/focus-on-javafx-2-fxml-with-netbeans-ide-7-1/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 15:20:04 +0000</pubDate>
		<dc:creator>javafx-social-bookmarks</dc:creator>
				<category><![CDATA[JavaFX Social Bookmarks]]></category>

		<guid isPermaLink="false">http://www.usejavafx.com/2012/01/26/focus-on-javafx-2-fxml-with-netbeans-ide-7-1/</guid>
		<description><![CDATA[In October 2011, I used the post Hello JavaFX 2.0: Introduction by NetBeans IDE 7.1 beta to look at using NetBeans IDE 7.1 beta to build a simple Hello, World style of JavaFX 2.0 application. In this post, I look at using NetBeans IDE 7.1 (no longer in beta) to build a slightly more sophisticated [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dzone.com/links/r/focus_on_javafx_2_fxml_with_netbeans_ide_71.html"><img src="http://cdn.dzone.com/images/thumbs/120x90/734647.jpg" style="width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc" /></a>
<p>In October 2011, I used the post Hello JavaFX 2.0: Introduction by NetBeans IDE 7.1 beta to look at using NetBeans IDE 7.1 beta to build a simple Hello, World style of JavaFX 2.0 application. In this post, I look at using NetBeans IDE 7.1 (no longer in beta) to build a slightly more sophisticated JavaFX 2 application that makes heavy use of FXML.</p>
<p><a href="http://www.dzone.com/links/rss/focus_on_javafx_2_fxml_with_netbeans_ide_71.html"><img src="http://www.dzone.com/links/voteCountImage?linkId=734647" border="0" /></a></p>
<p><a href="http://www.dzone.com/links/r/focus_on_javafx_2_fxml_with_netbeans_ide_71.html">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.usejavafx.com/2012/01/26/focus-on-javafx-2-fxml-with-netbeans-ide-7-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FXML Stuffs (include and define)</title>
		<link>http://www.usejavafx.com/2012/01/26/fxml-stuffs-include-and-define/</link>
		<comments>http://www.usejavafx.com/2012/01/26/fxml-stuffs-include-and-define/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 11:20:22 +0000</pubDate>
		<dc:creator>javafx-social-bookmarks</dc:creator>
				<category><![CDATA[JavaFX Social Bookmarks]]></category>

		<guid isPermaLink="false">http://www.usejavafx.com/2012/01/26/fxml-stuffs-include-and-define/</guid>
		<description><![CDATA[Hello folks, Today I would like to blog about the FXML define and include tag which can be very useful for those who are very keen to use FXML in their application. The FXML is an XML file which is loaded by javafx using FXMLLoader . It’s all loaded at the runtime and it’s really [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dzone.com/links/r/fxml_stuffs_include_and_define.html"><img src="http://cdn.dzone.com/images/thumbs/120x90/734577.jpg" style="width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc" /></a>
<p>Hello folks,</p>
<p>Today I would like to blog about the FXML define and include tag which can be very useful for those who are very keen to use FXML in their application. The FXML is an XML file which is loaded by javafx using FXMLLoader . It’s all loaded at the runtime and it’s really fast to load and easy to learn too. The previous blog about the FXML as Flexible XML is just a basic about FXML . Today in this blog here you will learn about how to include FXML files in your main FXML file.</p>
<p>I’m talking about the &gt; tag of the FXML.</p>
<p><a href="http://www.dzone.com/links/rss/fxml_stuffs_include_and_define.html"><img src="http://www.dzone.com/links/voteCountImage?linkId=734577" border="0" /></a></p>
<p><a href="http://www.dzone.com/links/r/fxml_stuffs_include_and_define.html">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.usejavafx.com/2012/01/26/fxml-stuffs-include-and-define/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advantages of JavaFX builders</title>
		<link>http://www.usejavafx.com/2012/01/25/advantages-of-javafx-builders/</link>
		<comments>http://www.usejavafx.com/2012/01/25/advantages-of-javafx-builders/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 16:20:07 +0000</pubDate>
		<dc:creator>javafx-social-bookmarks</dc:creator>
				<category><![CDATA[JavaFX Social Bookmarks]]></category>

		<guid isPermaLink="false">http://www.usejavafx.com/2012/01/25/advantages-of-javafx-builders/</guid>
		<description><![CDATA[Very often one has to create a number of of similar objects. Using JavaFX builders for this task instead of constructors has several advantages as we will see in this article. In short, builders… are easier to read and understand avoid some “copy &#38; paste”-bugs result in small, but simple code, if builders are reused [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dzone.com/links/r/advantages_of_javafx_builders.html"><img src="http://cdn.dzone.com/images/thumbs/120x90/734121.jpg" style="width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc" /></a>
<p>Very often one has to create a number of of similar objects. Using JavaFX builders for this task instead of constructors has several advantages as we will see in this article.</p>
<p>In short, builders…<br />
are easier to read and understand<br />
avoid some “copy &amp; paste”-bugs<br />
result in small, but simple code, if builders are reused</p>
<p>When using JavaFX, you typically have to create a number of similar objects with only few attributes different. For example your screen may contain buttons, which have the same size and style, but different locations, labels, and event handlers. Or you want to use similar transitions for some elements.</p>
<p><a href="http://www.dzone.com/links/rss/advantages_of_javafx_builders.html"><img src="http://www.dzone.com/links/voteCountImage?linkId=734121" border="0" /></a></p>
<p><a href="http://www.dzone.com/links/r/advantages_of_javafx_builders.html">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.usejavafx.com/2012/01/25/advantages-of-javafx-builders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sliding in JavaFX (It’s all about clipping)</title>
		<link>http://www.usejavafx.com/2012/01/25/sliding-in-javafx-it%e2%80%99s-all-about-clipping/</link>
		<comments>http://www.usejavafx.com/2012/01/25/sliding-in-javafx-it%e2%80%99s-all-about-clipping/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 16:20:06 +0000</pubDate>
		<dc:creator>javafx-social-bookmarks</dc:creator>
				<category><![CDATA[JavaFX Social Bookmarks]]></category>

		<guid isPermaLink="false">http://www.usejavafx.com/2012/01/25/sliding-in-javafx-it%e2%80%99s-all-about-clipping/</guid>
		<description><![CDATA[JavaFX animation package provides many amazing animation/transition effects. Let’s look into another effect, “Sliding” effect of node (relative to the parent node).  The term ‘relative’ refers to, like the node should hide relatively under the parent node by sliding. If you are familiar with “Titled Pane”, I am speaking about the same effect how the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dzone.com/links/r/sliding_in_javafx_its_all_about_clipping.html"><img src="http://cdn.dzone.com/images/thumbs/120x90/734071.jpg" style="width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc" /></a>
<p>JavaFX animation package provides many amazing animation/transition effects. Let’s look into another effect, “Sliding” effect of node (relative to the parent node).  The term ‘relative’ refers to, like the node should hide relatively under the parent node by sliding. If you are familiar with “Titled Pane”, I am speaking about the same effect how the content of the pane is shown and hide. I am trying to achieve this with some simple logic and using some properties of a node.</p>
<p><a href="http://www.dzone.com/links/rss/sliding_in_javafx_its_all_about_clipping.html"><img src="http://www.dzone.com/links/voteCountImage?linkId=734071" border="0" /></a></p>
<p><a href="http://www.dzone.com/links/r/sliding_in_javafx_its_all_about_clipping.html">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.usejavafx.com/2012/01/25/sliding-in-javafx-it%e2%80%99s-all-about-clipping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Percent Width for TableColumn in JavaFX 2.x TableView</title>
		<link>http://www.usejavafx.com/2012/01/25/percent-width-for-tablecolumn-in-javafx-2-x-tableview/</link>
		<comments>http://www.usejavafx.com/2012/01/25/percent-width-for-tablecolumn-in-javafx-2-x-tableview/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 16:20:06 +0000</pubDate>
		<dc:creator>javafx-social-bookmarks</dc:creator>
				<category><![CDATA[JavaFX Social Bookmarks]]></category>

		<guid isPermaLink="false">http://www.usejavafx.com/2012/01/25/percent-width-for-tablecolumn-in-javafx-2-x-tableview/</guid>
		<description><![CDATA[The moment I started working with TableView in JavaFX 2.x, the first question raised in my mind is “Why there is no feature of setting the column widths in percentage as we do in HTML?” I am not sure what could be the reasons for not setting this feature. But if my application demands, I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dzone.com/links/r/percent_width_for_tablecolumn_in_javafx_2x_tablev.html"><img src="http://cdn.dzone.com/images/thumbs/120x90/734073.jpg" style="width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc" /></a>
<p>The moment I started working with TableView in JavaFX 2.x, the first question raised in my mind is “Why there is no feature of setting the column widths in percentage as we do in HTML?” I am not sure what could be the reasons for not setting this feature. But if my application demands, I have to implement this by somehow <img src='http://www.usejavafx.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . Ofcourse there are a couple of issues logged in JIRA  related to this functionality, but till it get resolved here is the way (workaround) how I tried to get it.</p>
<p><a href="http://www.dzone.com/links/rss/percent_width_for_tablecolumn_in_javafx_2x_tablev.html"><img src="http://www.dzone.com/links/voteCountImage?linkId=734073" border="0" /></a></p>
<p><a href="http://www.dzone.com/links/r/percent_width_for_tablecolumn_in_javafx_2x_tablev.html">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.usejavafx.com/2012/01/25/percent-width-for-tablecolumn-in-javafx-2-x-tableview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

