<?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: New to JavaFX 1.3: Menus</title>
	<atom:link href="http://fxexperience.com/2010/05/new-to-javafx-1-3-menus/feed/" rel="self" type="application/rss+xml" />
	<link>http://fxexperience.com/2010/05/new-to-javafx-1-3-menus/</link>
	<description>Sharing the Experience of JavaFX</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:43:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: New to JavaFX 1.3: MenuButton &#38; SplitMenuButton // JavaFX News, Demos and Insight // FX Experience</title>
		<link>http://fxexperience.com/2010/05/new-to-javafx-1-3-menus/comment-page-1/#comment-7029</link>
		<dc:creator>New to JavaFX 1.3: MenuButton &#38; SplitMenuButton // JavaFX News, Demos and Insight // FX Experience</dc:creator>
		<pubDate>Wed, 02 Jun 2010 22:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=658#comment-7029</guid>
		<description>[...] recently discussed the new preview Menu control that is part of JavaFX 1.3. Another part of this release is a number of controls that make [...]</description>
		<content:encoded><![CDATA[<p>[...] recently discussed the new preview Menu control that is part of JavaFX 1.3. Another part of this release is a number of controls that make [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JavaFX links of the week, May 10 // JavaFX News, Demos and Insight // FX Experience</title>
		<link>http://fxexperience.com/2010/05/new-to-javafx-1-3-menus/comment-page-1/#comment-6412</link>
		<dc:creator>JavaFX links of the week, May 10 // JavaFX News, Demos and Insight // FX Experience</dc:creator>
		<pubDate>Sun, 09 May 2010 21:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=658#comment-6412</guid>
		<description>[...] blog posts feedrss               &#171; New to JavaFX 1.3: Menus [...]</description>
		<content:encoded><![CDATA[<p>[...] blog posts feedrss               &laquo; New to JavaFX 1.3: Menus [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Giles</title>
		<link>http://fxexperience.com/2010/05/new-to-javafx-1-3-menus/comment-page-1/#comment-6352</link>
		<dc:creator>Jonathan Giles</dc:creator>
		<pubDate>Thu, 06 May 2010 02:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=658#comment-6352</guid>
		<description>Yes, I&#039;m fairly certain there are ways to achieve accelerator support now, but I&#039;m not 100% certain on the best approach. I know the Authoring Tool folks have done precisely this however, which is why the accelerator API is provided in the preview control, even if it isn&#039;t hooked into anything.

Regardless, I look forward to seeing menus used in TwitterFX :-)</description>
		<content:encoded><![CDATA[<p>Yes, I&#8217;m fairly certain there are ways to achieve accelerator support now, but I&#8217;m not 100% certain on the best approach. I know the Authoring Tool folks have done precisely this however, which is why the accelerator API is provided in the preview control, even if it isn&#8217;t hooked into anything.</p>
<p>Regardless, I look forward to seeing menus used in TwitterFX <img src='http://fxexperience.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Herod</title>
		<link>http://fxexperience.com/2010/05/new-to-javafx-1-3-menus/comment-page-1/#comment-6350</link>
		<dc:creator>Steven Herod</dc:creator>
		<pubDate>Thu, 06 May 2010 02:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=658#comment-6350</guid>
		<description>You are right.  My apologies, missed the footnote.

In past releases I was able to tap into some kind of Swing event stream to get keyboard actions.  It was exceedingly dodgy however.</description>
		<content:encoded><![CDATA[<p>You are right.  My apologies, missed the footnote.</p>
<p>In past releases I was able to tap into some kind of Swing event stream to get keyboard actions.  It was exceedingly dodgy however.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Giles</title>
		<link>http://fxexperience.com/2010/05/new-to-javafx-1-3-menus/comment-page-1/#comment-6348</link>
		<dc:creator>Jonathan Giles</dc:creator>
		<pubDate>Thu, 06 May 2010 01:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=658#comment-6348</guid>
		<description>William, there is no reason why you can&#039;t use these in a real app as far as I know. In fact, that&#039;s the whole reason why we released these preview controls - to get feedback from people willing to use them in real world applications.

Of course, there is the caveat that these preview controls may have their API&#039;s changed in future releases, but I would say that it&#039;s unlikely to be major upheaval. In other words, please do use these preview controls. 

I&#039;m not sure when we&#039;ll change these preview controls from being preview into fully-fledged public APIs, but we&#039;re not going to sit on our hands. Basically we want to hear feedback from the public, and based on that we&#039;d like to turn our preview controls into full controls as soon as is possible.</description>
		<content:encoded><![CDATA[<p>William, there is no reason why you can&#8217;t use these in a real app as far as I know. In fact, that&#8217;s the whole reason why we released these preview controls &#8211; to get feedback from people willing to use them in real world applications.</p>
<p>Of course, there is the caveat that these preview controls may have their API&#8217;s changed in future releases, but I would say that it&#8217;s unlikely to be major upheaval. In other words, please do use these preview controls. </p>
<p>I&#8217;m not sure when we&#8217;ll change these preview controls from being preview into fully-fledged public APIs, but we&#8217;re not going to sit on our hands. Basically we want to hear feedback from the public, and based on that we&#8217;d like to turn our preview controls into full controls as soon as is possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Antônio Siqueira</title>
		<link>http://fxexperience.com/2010/05/new-to-javafx-1-3-menus/comment-page-1/#comment-6347</link>
		<dc:creator>William Antônio Siqueira</dc:creator>
		<pubDate>Thu, 06 May 2010 01:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=658#comment-6347</guid>
		<description>Seems nice, but it&#039;s sad can&#039;t use it in a real app...

These &quot;preview&quot; controls will be stop to be &quot;preview&quot; only in 1.4 version??</description>
		<content:encoded><![CDATA[<p>Seems nice, but it&#8217;s sad can&#8217;t use it in a real app&#8230;</p>
<p>These &#8220;preview&#8221; controls will be stop to be &#8220;preview&#8221; only in 1.4 version??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Giles</title>
		<link>http://fxexperience.com/2010/05/new-to-javafx-1-3-menus/comment-page-1/#comment-6345</link>
		<dc:creator>Jonathan Giles</dc:creator>
		<pubDate>Thu, 06 May 2010 01:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=658#comment-6345</guid>
		<description>Note the disclaimer under the first code snippet - the API is somewhat there, but nothing is listening to the keyboard input currently unless you roll your own solution.

In fact, the API is there, but it&#039;s &#039;hidden&#039; in the JavaFX docs until we get the rest of the event system in place in a future release. At that point the keyboard accelerator support will be made visible.</description>
		<content:encoded><![CDATA[<p>Note the disclaimer under the first code snippet &#8211; the API is somewhat there, but nothing is listening to the keyboard input currently unless you roll your own solution.</p>
<p>In fact, the API is there, but it&#8217;s &#8216;hidden&#8217; in the JavaFX docs until we get the rest of the event system in place in a future release. At that point the keyboard accelerator support will be made visible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Herod</title>
		<link>http://fxexperience.com/2010/05/new-to-javafx-1-3-menus/comment-page-1/#comment-6344</link>
		<dc:creator>Steven Herod</dc:creator>
		<pubDate>Thu, 06 May 2010 01:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=658#comment-6344</guid>
		<description>Your menu example implies keyboard hot keys.  (Ctrl-S)

Is this &#039;real&#039;, and if so, how do they work, I can&#039;t seem to see anything obvious for handling keyboard acceleration in JavaFX.</description>
		<content:encoded><![CDATA[<p>Your menu example implies keyboard hot keys.  (Ctrl-S)</p>
<p>Is this &#8216;real&#8217;, and if so, how do they work, I can&#8217;t seem to see anything obvious for handling keyboard acceleration in JavaFX.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

