<?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"
	>
<channel>
	<title>Comments on: Calling JavaFX Classes from Pure Java Code</title>
	<atom:link href="http://www.javafxgame.com/calling-javafx-classes-from-java-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javafxgame.com/calling-javafx-classes-from-java-code/</link>
	<description>Gaming Applications Written in JavaFX Script Language</description>
	<pubDate>Fri, 18 May 2012 12:26:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Stuart Marks</title>
		<link>http://www.javafxgame.com/calling-javafx-classes-from-java-code/#comment-934</link>
		<dc:creator>Stuart Marks</dc:creator>
		<pubDate>Tue, 13 Oct 2009 07:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.javafxgame.com/?p=229#comment-934</guid>
		<description>@james, @henry, the warning message is indeed a bug in JavaFX 1.2. A full explanation of the warning is here:

http://stuartmarks.wordpress.com/2009/10/12/that-infernal-scene-graph-warning-message/

Some internal code in the charts library tripped over scene graph structure enforcement code we added in 1.2, but we didn't have time to fix it all up. It's just warning though so it doesn't affect the behavior. Actually we might have fixed this in 1.2.1 which was pushed out a few weeks ago.


@ Stuart, thanks for your feedback and you explanation on it. I thought it was a bug too, just glad to see you confirmed it from the product internal.</description>
		<content:encoded><![CDATA[<p>@james, @henry, the warning message is indeed a bug in JavaFX 1.2. A full explanation of the warning is here:</p>
<p><a href="http://stuartmarks.wordpress.com/2009/10/12/that-infernal-scene-graph-warning-message/" rel="nofollow">http://stuartmarks.wordpress.com/2009/10/12/that-infernal-scene-graph-warning-message/</a></p>
<p>Some internal code in the charts library tripped over scene graph structure enforcement code we added in 1.2, but we didn&#8217;t have time to fix it all up. It&#8217;s just warning though so it doesn&#8217;t affect the behavior. Actually we might have fixed this in 1.2.1 which was pushed out a few weeks ago.</p>
<p>@ Stuart, thanks for your feedback and you explanation on it. I thought it was a bug too, just glad to see you confirmed it from the product internal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tharindu Madumal Rajarathna</title>
		<link>http://www.javafxgame.com/calling-javafx-classes-from-java-code/#comment-282</link>
		<dc:creator>Tharindu Madumal Rajarathna</dc:creator>
		<pubDate>Wed, 05 Aug 2009 08:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.javafxgame.com/?p=229#comment-282</guid>
		<description>Your code is great !!!.Working very well,thanks for sharing it!</description>
		<content:encoded><![CDATA[<p>Your code is great !!!.Working very well,thanks for sharing it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul F Fraser</title>
		<link>http://www.javafxgame.com/calling-javafx-classes-from-java-code/#comment-97</link>
		<dc:creator>Paul F Fraser</dc:creator>
		<pubDate>Mon, 20 Jul 2009 04:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.javafxgame.com/?p=229#comment-97</guid>
		<description>Where are the javafx.reflect  classes located. I cannot find them in the 1.2 sdk


hi Paul,

You can find it  here:

http://java.sun.com/javafx/1.2/docs/api/

check the menu on the left. thanks.

rgds,

Henry</description>
		<content:encoded><![CDATA[<p>Where are the javafx.reflect  classes located. I cannot find them in the 1.2 sdk</p>
<p>hi Paul,</p>
<p>You can find it  here:</p>
<p><a href="http://java.sun.com/javafx/1.2/docs/api/" rel="nofollow">http://java.sun.com/javafx/1.2/docs/api/</a></p>
<p>check the menu on the left. thanks.</p>
<p>rgds,</p>
<p>Henry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.javafxgame.com/calling-javafx-classes-from-java-code/#comment-61</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 22 Jun 2009 20:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.javafxgame.com/?p=229#comment-61</guid>
		<description>Nice app!  It runs well, but I do receive the following message for each time I hover over part of the chart: 

WARNING * WARNING * WARNING * WARNING * WARNING
An attempt has been made to add node to a new group without
first removing it from its current group. See the class
documentation for javafx.scene.Node for further information.
This request will be granted temporarily but it will
be refused in the future. Please change your code now.
node=Path oldgroup=Group newgroup=Group
Stack trace follows.


James,

I think this is a bug for JavaFX 1.2 . 

henry</description>
		<content:encoded><![CDATA[<p>Nice app!  It runs well, but I do receive the following message for each time I hover over part of the chart: </p>
<p>WARNING * WARNING * WARNING * WARNING * WARNING<br />
An attempt has been made to add node to a new group without<br />
first removing it from its current group. See the class<br />
documentation for javafx.scene.Node for further information.<br />
This request will be granted temporarily but it will<br />
be refused in the future. Please change your code now.<br />
node=Path oldgroup=Group newgroup=Group<br />
Stack trace follows.</p>
<p>James,</p>
<p>I think this is a bug for JavaFX 1.2 . </p>
<p>henry</p>
]]></content:encoded>
	</item>
</channel>
</rss>

