<?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 for toedter.com</title>
	<atom:link href="http://toedtercom.de/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://toedtercom.de</link>
	<description>Java, Open Source, Music &#38; more...</description>
	<lastBuildDate>Sun, 13 Nov 2011 23:07:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Eclipse 4.x RCP + JavaFX Renderer by JavaFX links of the week, November 14 // JavaFX News, Demos and Insight // FX Experience</title>
		<link>http://toedtercom.de/blog/2011/11/08/eclipse-4-x-rcp-javafx-renderer/#comment-425</link>
		<dc:creator>JavaFX links of the week, November 14 // JavaFX News, Demos and Insight // FX Experience</dc:creator>
		<pubDate>Sun, 13 Nov 2011 23:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.toedter.com/blog/?p=690#comment-425</guid>
		<description>[...] Tödter has blogged about &#8216;Eclipse 4.x RCP + JavaFX Renderer&#8216;. Of particular interest is the three screenshots, that show quite different styling in [...] </description>
		<content:encoded><![CDATA[<p>[...] Tödter has blogged about &#8216;Eclipse 4.x RCP + JavaFX Renderer&#8216;. Of particular interest is the three screenshots, that show quite different styling in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eclipse 4.x RCP + JavaFX Renderer by Java desktop links of the week, November 14 &#124; Jonathan Giles</title>
		<link>http://toedtercom.de/blog/2011/11/08/eclipse-4-x-rcp-javafx-renderer/#comment-424</link>
		<dc:creator>Java desktop links of the week, November 14 &#124; Jonathan Giles</dc:creator>
		<pubDate>Sun, 13 Nov 2011 23:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.toedter.com/blog/?p=690#comment-424</guid>
		<description>[...] Tödter has blogged about &#8216;Eclipse 4.x RCP + JavaFX Renderer&#8216;. Of particular interest is the three screenshots, that show quite different styling in [...] </description>
		<content:encoded><![CDATA[<p>[...] Tödter has blogged about &#8216;Eclipse 4.x RCP + JavaFX Renderer&#8216;. Of particular interest is the three screenshots, that show quite different styling in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java FX 2.0 CSS Styling by farouk alhassan</title>
		<link>http://toedtercom.de/blog/2011/10/26/java-fx-2-0-css-styling/#comment-423</link>
		<dc:creator>farouk alhassan</dc:creator>
		<pubDate>Mon, 31 Oct 2011 14:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.toedter.com/blog/?p=663#comment-423</guid>
		<description>Hi,
Do you have the sources for this somewhere so we can use it to learn further?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Do you have the sources for this somewhere so we can use it to learn further?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java FX 2.0 CSS Styling by Java desktop links of the week, October 31 &#124; Jonathan Giles</title>
		<link>http://toedtercom.de/blog/2011/10/26/java-fx-2-0-css-styling/#comment-422</link>
		<dc:creator>Java desktop links of the week, October 31 &#124; Jonathan Giles</dc:creator>
		<pubDate>Sun, 30 Oct 2011 23:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.toedter.com/blog/?p=663#comment-422</guid>
		<description>[...] Tödter has shown off the power of the JavaFX CSS styling functionality by making a dark style and showing how little CSS is [...] </description>
		<content:encoded><![CDATA[<p>[...] Tödter has shown off the power of the JavaFX CSS styling functionality by making a dark style and showing how little CSS is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java FX 2.0 CSS Styling by JavaFX links of the week, October 31 // JavaFX News, Demos and Insight // FX Experience</title>
		<link>http://toedtercom.de/blog/2011/10/26/java-fx-2-0-css-styling/#comment-421</link>
		<dc:creator>JavaFX links of the week, October 31 // JavaFX News, Demos and Insight // FX Experience</dc:creator>
		<pubDate>Sun, 30 Oct 2011 23:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.toedter.com/blog/?p=663#comment-421</guid>
		<description>[...] Tödter has shown off the power of the JavaFX CSS styling functionality by making a dark style and showing how little CSS is [...] </description>
		<content:encoded><![CDATA[<p>[...] Tödter has shown off the power of the JavaFX CSS styling functionality by making a dark style and showing how little CSS is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java FX 2.0 CSS Styling by Kai Tödter</title>
		<link>http://toedtercom.de/blog/2011/10/26/java-fx-2-0-css-styling/#comment-420</link>
		<dc:creator>Kai Tödter</dc:creator>
		<pubDate>Wed, 26 Oct 2011 21:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.toedter.com/blog/?p=663#comment-420</guid>
		<description>@Bob Balfe, yes, dynamic changing works well, but currently it does not work perfectly. For instance, if I start an app without css styling (using the default caspian css), than add my dark css style to the scene and remove it again, the result looks a bit different. Currently the object selectors like .my-gridpane are not removed completely. A workaround is to make sure that all (new) selectors exist in all style sheets, than the result looks like as expected.</description>
		<content:encoded><![CDATA[<p>@Bob Balfe, yes, dynamic changing works well, but currently it does not work perfectly. For instance, if I start an app without css styling (using the default caspian css), than add my dark css style to the scene and remove it again, the result looks a bit different. Currently the object selectors like .my-gridpane are not removed completely. A workaround is to make sure that all (new) selectors exist in all style sheets, than the result looks like as expected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java FX 2.0 CSS Styling by Kai Tödter</title>
		<link>http://toedtercom.de/blog/2011/10/26/java-fx-2-0-css-styling/#comment-419</link>
		<dc:creator>Kai Tödter</dc:creator>
		<pubDate>Wed, 26 Oct 2011 21:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.toedter.com/blog/?p=663#comment-419</guid>
		<description>@Christian, would it be interesting for Riena?</description>
		<content:encoded><![CDATA[<p>@Christian, would it be interesting for Riena?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java FX 2.0 CSS Styling by Tom Schindl</title>
		<link>http://toedtercom.de/blog/2011/10/26/java-fx-2-0-css-styling/#comment-418</link>
		<dc:creator>Tom Schindl</dc:creator>
		<pubDate>Wed, 26 Oct 2011 19:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.toedter.com/blog/?p=663#comment-418</guid>
		<description>&lt;a href=&quot;#comment-19369&quot; rel=&quot;nofollow&quot;&gt;@Bob Balfe &lt;/a&gt; 
Yes. CSS-Stylesheets can be added and removed at runtime in JavaFX! 

e(fx)clipse has an extension point to build up the styles from multiple bundles and groupe them into so called themes.</description>
		<content:encoded><![CDATA[<p><a href="#comment-19369" rel="nofollow">@Bob Balfe </a><br />
Yes. CSS-Stylesheets can be added and removed at runtime in JavaFX! </p>
<p>e(fx)clipse has an extension point to build up the styles from multiple bundles and groupe them into so called themes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java FX 2.0 CSS Styling by Kai Tödter</title>
		<link>http://toedtercom.de/blog/2011/10/26/java-fx-2-0-css-styling/#comment-417</link>
		<dc:creator>Kai Tödter</dc:creator>
		<pubDate>Wed, 26 Oct 2011 17:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.toedter.com/blog/?p=663#comment-417</guid>
		<description>@Tom thanks for answering Kurts questions
@Kurt, the source for the mockup is pretty trivial, I did not use fxml but created the GUI using the Java API. I did not try Netbeans 7.1 beta yet, but when I have time I&#039;ll take a look at it. I basically used the Eclipse 4.2 IDE together with Tom&#039;s e(fx)clipse tooling.</description>
		<content:encoded><![CDATA[<p>@Tom thanks for answering Kurts questions<br />
@Kurt, the source for the mockup is pretty trivial, I did not use fxml but created the GUI using the Java API. I did not try Netbeans 7.1 beta yet, but when I have time I&#8217;ll take a look at it. I basically used the Eclipse 4.2 IDE together with Tom&#8217;s e(fx)clipse tooling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java FX 2.0 CSS Styling by Bob Balfe</title>
		<link>http://toedtercom.de/blog/2011/10/26/java-fx-2-0-css-styling/#comment-416</link>
		<dc:creator>Bob Balfe</dc:creator>
		<pubDate>Wed, 26 Oct 2011 16:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.toedter.com/blog/?p=663#comment-416</guid>
		<description>Very cool, Is there way to switch the theme at runtime?</description>
		<content:encoded><![CDATA[<p>Very cool, Is there way to switch the theme at runtime?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

