<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Announcing the JavaFX UI controls sandbox</title>
	<atom:link href="http://fxexperience.com/2012/10/announcing-the-javafx-ui-controls-sandbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://fxexperience.com/2012/10/announcing-the-javafx-ui-controls-sandbox/</link>
	<description>Sharing the Experience of JavaFX</description>
	<lastBuildDate>Thu, 16 May 2013 10:28:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Nandish</title>
		<link>http://fxexperience.com/2012/10/announcing-the-javafx-ui-controls-sandbox/comment-page-1/#comment-199112</link>
		<dc:creator>Nandish</dc:creator>
		<pubDate>Fri, 10 May 2013 05:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=2316#comment-199112</guid>
		<description><![CDATA[how do i use this on javafx 2.2??]]></description>
		<content:encoded><![CDATA[<p>how do i use this on javafx 2.2??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil</title>
		<link>http://fxexperience.com/2012/10/announcing-the-javafx-ui-controls-sandbox/comment-page-1/#comment-131967</link>
		<dc:creator>Anil</dc:creator>
		<pubDate>Mon, 14 Jan 2013 17:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=2316#comment-131967</guid>
		<description><![CDATA[I need a few popup dialogs on JavaFX2.2. Unfortunately, popups on JavaFX are not simple like they used to be on Java Swing. Do I need to use this library to do so? Where can I download it from?]]></description>
		<content:encoded><![CDATA[<p>I need a few popup dialogs on JavaFX2.2. Unfortunately, popups on JavaFX are not simple like they used to be on Java Swing. Do I need to use this library to do so? Where can I download it from?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ceric35</title>
		<link>http://fxexperience.com/2012/10/announcing-the-javafx-ui-controls-sandbox/comment-page-1/#comment-123522</link>
		<dc:creator>ceric35</dc:creator>
		<pubDate>Sat, 29 Dec 2012 15:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=2316#comment-123522</guid>
		<description><![CDATA[Really interesting. As mentionned in the jira, i&#039;m interrested about a javafx 2.2 backport of treetable component.
(already tried to extract it, but it&#039;s complicated)]]></description>
		<content:encoded><![CDATA[<p>Really interesting. As mentionned in the jira, i&#8217;m interrested about a javafx 2.2 backport of treetable component.<br />
(already tried to extract it, but it&#8217;s complicated)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Piter</title>
		<link>http://fxexperience.com/2012/10/announcing-the-javafx-ui-controls-sandbox/comment-page-1/#comment-97465</link>
		<dc:creator>Chris Piter</dc:creator>
		<pubDate>Tue, 20 Nov 2012 15:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=2316#comment-97465</guid>
		<description><![CDATA[The big Question for me is when will these Components and the rest of JavaFx run on Andriod and IOS? I think this will lead to adaption of this technology.]]></description>
		<content:encoded><![CDATA[<p>The big Question for me is when will these Components and the rest of JavaFx run on Andriod and IOS? I think this will lead to adaption of this technology.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Giles</title>
		<link>http://fxexperience.com/2012/10/announcing-the-javafx-ui-controls-sandbox/comment-page-1/#comment-89019</link>
		<dc:creator>Jonathan Giles</dc:creator>
		<pubDate>Mon, 05 Nov 2012 18:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=2316#comment-89019</guid>
		<description><![CDATA[You should talk to Marco about adding that to his repo. It would be great to see it added.]]></description>
		<content:encoded><![CDATA[<p>You should talk to Marco about adding that to his repo. It would be great to see it added.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monty</title>
		<link>http://fxexperience.com/2012/10/announcing-the-javafx-ui-controls-sandbox/comment-page-1/#comment-88890</link>
		<dc:creator>Monty</dc:creator>
		<pubDate>Mon, 05 Nov 2012 13:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=2316#comment-88890</guid>
		<description><![CDATA[Hi Jonathan, thanks for the great work.

As mentioned in Marco&#039;s blog comments, I would like to see some mechanism for custom dialogs, i.e with a completely separate stage:

 Dialogs.showCustomDlg(..., Stage dlgStage, Class returnValue, ...)

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi Jonathan, thanks for the great work.</p>
<p>As mentioned in Marco&#8217;s blog comments, I would like to see some mechanism for custom dialogs, i.e with a completely separate stage:</p>
<p> Dialogs.showCustomDlg(&#8230;, Stage dlgStage, Class returnValue, &#8230;)</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Giles</title>
		<link>http://fxexperience.com/2012/10/announcing-the-javafx-ui-controls-sandbox/comment-page-1/#comment-86208</link>
		<dc:creator>Jonathan Giles</dc:creator>
		<pubDate>Tue, 30 Oct 2012 00:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=2316#comment-86208</guid>
		<description><![CDATA[Excellent work! I&#039;m so pleased :-)

If you have patches for the 8.0 repo (that fix bugs) I will happily fold them back into the sandbox. If you want to fork the code and continue the 2.2 version, I would recommend a site such as bitbucket.]]></description>
		<content:encoded><![CDATA[<p>Excellent work! I&#8217;m so pleased <img src='http://fxexperience.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>If you have patches for the 8.0 repo (that fix bugs) I will happily fold them back into the sandbox. If you want to fork the code and continue the 2.2 version, I would recommend a site such as bitbucket.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Jakob</title>
		<link>http://fxexperience.com/2012/10/announcing-the-javafx-ui-controls-sandbox/comment-page-1/#comment-86200</link>
		<dc:creator>Marco Jakob</dc:creator>
		<pubDate>Tue, 30 Oct 2012 00:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=2316#comment-86200</guid>
		<description><![CDATA[I really needed the simple JavaFX Dialogs for teaching a programming course. Thanks for opening up the repository, Jonathan!

To provide an easy way to use JavaFX Dialogs with JavaFX 2.2 I created a jar file with all the necessary files. See the GitHub repo at https://github.com/marcojakob/javafx-ui-sandbox and the instructions in this blog post: http://edu.makery.ch/blog/2012/10/30/javafx-2-dialogs/

I had to fix some bugs, especially in the input dialog, to make it work.

This might be a start. But we will still need a repo where changes made to the sandbox-8 could easily be merged into. Any ideas?]]></description>
		<content:encoded><![CDATA[<p>I really needed the simple JavaFX Dialogs for teaching a programming course. Thanks for opening up the repository, Jonathan!</p>
<p>To provide an easy way to use JavaFX Dialogs with JavaFX 2.2 I created a jar file with all the necessary files. See the GitHub repo at <a href="https://github.com/marcojakob/javafx-ui-sandbox" rel="nofollow">https://github.com/marcojakob/javafx-ui-sandbox</a> and the instructions in this blog post: <a href="http://edu.makery.ch/blog/2012/10/30/javafx-2-dialogs/" rel="nofollow">http://edu.makery.ch/blog/2012/10/30/javafx-2-dialogs/</a></p>
<p>I had to fix some bugs, especially in the input dialog, to make it work.</p>
<p>This might be a start. But we will still need a repo where changes made to the sandbox-8 could easily be merged into. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Giles</title>
		<link>http://fxexperience.com/2012/10/announcing-the-javafx-ui-controls-sandbox/comment-page-1/#comment-86117</link>
		<dc:creator>Jonathan Giles</dc:creator>
		<pubDate>Mon, 29 Oct 2012 18:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=2316#comment-86117</guid>
		<description><![CDATA[Yes, the &quot;?&quot; image was from a different icon pack and will need to be replaced in the future - it is just a placeholder for now.

I would love to see someone backport it to work in JavaFX 2.2 - most probably by forking it into JFXtras or somesuch. The amount of effort would actually be minimal.]]></description>
		<content:encoded><![CDATA[<p>Yes, the &#8220;?&#8221; image was from a different icon pack and will need to be replaced in the future &#8211; it is just a placeholder for now.</p>
<p>I would love to see someone backport it to work in JavaFX 2.2 &#8211; most probably by forking it into JFXtras or somesuch. The amount of effort would actually be minimal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro Duque Vieira</title>
		<link>http://fxexperience.com/2012/10/announcing-the-javafx-ui-controls-sandbox/comment-page-1/#comment-86023</link>
		<dc:creator>Pedro Duque Vieira</dc:creator>
		<pubDate>Mon, 29 Oct 2012 12:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=2316#comment-86023</guid>
		<description><![CDATA[Hi Jonathan,

Great work! I really like the &quot;JOptionPane&quot;. I think there is a small inconsistency in the icons, the lightning in the &quot;?&quot; is different from the lighting on the other &quot;JOptionPane&quot; icons.

It would be great if this run on 2.2 so we could started, testing and giving feedback right now.

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi Jonathan,</p>
<p>Great work! I really like the &#8220;JOptionPane&#8221;. I think there is a small inconsistency in the icons, the lightning in the &#8220;?&#8221; is different from the lighting on the other &#8220;JOptionPane&#8221; icons.</p>
<p>It would be great if this run on 2.2 so we could started, testing and giving feedback right now.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
