<?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: JVx&#039; JavaFX UI 1.0</title>
	<atom:link href="http://blog.sibvisions.com/2015/06/22/jvx-javafxui-1-0/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.sibvisions.com/2015/06/22/jvx-javafxui-1-0/</link>
	<description>Blog @ SIB Visions</description>
	<lastBuildDate>Wed, 05 Mar 2025 13:10:49 +0100</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rjahn</title>
		<link>https://blog.sibvisions.com/2015/06/22/jvx-javafxui-1-0/comment-page-1/#comment-635</link>
		<dc:creator>rjahn</dc:creator>
		<pubDate>Mon, 12 Dec 2016 09:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=4570#comment-635</guid>
		<description>Please post your questions in the form: http://forum.sibvisions.com/viewforum.php?f=25

It&#039;s better to ask the developers :)</description>
		<content:encoded><![CDATA[<p>Please post your questions in the form: <a href="http://forum.sibvisions.com/viewforum.php?f=25" rel="nofollow">http://forum.sibvisions.com/viewforum.php?f=25</a></p>
<p>It's better to ask the developers <img src='https://blog.sibvisions.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>https://blog.sibvisions.com/2015/06/22/jvx-javafxui-1-0/comment-page-1/#comment-634</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 12 Dec 2016 08:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=4570#comment-634</guid>
		<description>And how can I get the active window in pane? I need to bind some property with titleProperty of active window, but I can&#039;t get where I should call method &quot;getActiveWindow&quot; of my pane?</description>
		<content:encoded><![CDATA[<p>And how can I get the active window in pane? I need to bind some property with titleProperty of active window, but I can't get where I should call method "getActiveWindow" of my pane?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>https://blog.sibvisions.com/2015/06/22/jvx-javafxui-1-0/comment-page-1/#comment-633</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 12 Dec 2016 06:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=4570#comment-633</guid>
		<description>Thanks a lot! But I have a question - why there is exception throws everytime, when I minimize or maximize MDI window? 
&quot; java.lang.RuntimeException: Button.disable : A bound value cannot be set. &quot;</description>
		<content:encoded><![CDATA[<p>Thanks a lot! But I have a question - why there is exception throws everytime, when I minimize or maximize MDI window?<br />
" java.lang.RuntimeException: Button.disable : A bound value cannot be set. "</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rjahn</title>
		<link>https://blog.sibvisions.com/2015/06/22/jvx-javafxui-1-0/comment-page-1/#comment-632</link>
		<dc:creator>rjahn</dc:creator>
		<pubDate>Fri, 09 Dec 2016 13:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=4570#comment-632</guid>
		<description>The repository contains test classes for every component/control/layout.

see https://sourceforge.net/p/jvxfx/code/HEAD/tree/trunk/java/test.manual/com/sibvisions/rad/ui/javafx/ext/

MDI test: https://sourceforge.net/p/jvxfx/code/HEAD/tree/trunk/java/test.manual/com/sibvisions/rad/ui/javafx/ext/mdi/MDITestMain.java</description>
		<content:encoded><![CDATA[<p>The repository contains test classes for every component/control/layout.</p>
<p>see <a href="https://sourceforge.net/p/jvxfx/code/HEAD/tree/trunk/java/test.manual/com/sibvisions/rad/ui/javafx/ext/" rel="nofollow">https://sourceforge.net/p/jvxfx/code/HEAD/tree/trunk/java/test.manual/com/sibvisions/rad/ui/javafx/ext/</a></p>
<p>MDI test: <a href="https://sourceforge.net/p/jvxfx/code/HEAD/tree/trunk/java/test.manual/com/sibvisions/rad/ui/javafx/ext/mdi/MDITestMain.java" rel="nofollow">https://sourceforge.net/p/jvxfx/code/HEAD/tree/trunk/java/test.manual/com/sibvisions/rad/ui/javafx/ext/mdi/MDITestMain.java</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>https://blog.sibvisions.com/2015/06/22/jvx-javafxui-1-0/comment-page-1/#comment-631</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 09 Dec 2016 11:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=4570#comment-631</guid>
		<description>Hello, guys!
Could you please give some example of using mdi windows using your nice framework for JavaFX apps? I use class FXInternalWindow and FXDesktopPane, but I have some problems with resizing &amp; maximizing my window. Thank you.</description>
		<content:encoded><![CDATA[<p>Hello, guys!<br />
Could you please give some example of using mdi windows using your nice framework for JavaFX apps? I use class FXInternalWindow and FXDesktopPane, but I have some problems with resizing &amp; maximizing my window. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rjahn</title>
		<link>https://blog.sibvisions.com/2015/06/22/jvx-javafxui-1-0/comment-page-1/#comment-519</link>
		<dc:creator>rjahn</dc:creator>
		<pubDate>Tue, 30 Jun 2015 14:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=4570#comment-519</guid>
		<description>Yepp, we have a KitchenSink application:
https://github.com/sibvisions/jvx.kitchensink

And some test applications in test and test.manual folder:
http://sourceforge.net/p/jvxfx/code/HEAD/tree/trunk/java/

We also have a ready-to-use DemoERP:
http://sourceforge.net/projects/erpdemoapplication/

This application runs with SwingUI, but it&#039;s enough to add the JavaFX UI jar file to the classpath and changing the UI factory in .launch file (source zip contains a full-configured Eclipse WTP project) should do it. Simply reply if you need more information.</description>
		<content:encoded><![CDATA[<p>Yepp, we have a KitchenSink application:<br />
<a href="https://github.com/sibvisions/jvx.kitchensink" rel="nofollow">https://github.com/sibvisions/jvx.kitchensink</a></p>
<p>And some test applications in test and test.manual folder:<br />
<a href="http://sourceforge.net/p/jvxfx/code/HEAD/tree/trunk/java/" rel="nofollow">http://sourceforge.net/p/jvxfx/code/HEAD/tree/trunk/java/</a></p>
<p>We also have a ready-to-use DemoERP:<br />
<a href="http://sourceforge.net/projects/erpdemoapplication/" rel="nofollow">http://sourceforge.net/projects/erpdemoapplication/</a></p>
<p>This application runs with SwingUI, but it's enough to add the JavaFX UI jar file to the classpath and changing the UI factory in .launch file (source zip contains a full-configured Eclipse WTP project) should do it. Simply reply if you need more information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Moralis</title>
		<link>https://blog.sibvisions.com/2015/06/22/jvx-javafxui-1-0/comment-page-1/#comment-518</link>
		<dc:creator>George Moralis</dc:creator>
		<pubDate>Tue, 30 Jun 2015 14:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=4570#comment-518</guid>
		<description>any samples available for the custom controls?</description>
		<content:encoded><![CDATA[<p>any samples available for the custom controls?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland</title>
		<link>https://blog.sibvisions.com/2015/06/22/jvx-javafxui-1-0/comment-page-1/#comment-517</link>
		<dc:creator>Roland</dc:creator>
		<pubDate>Fri, 26 Jun 2015 07:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=4570#comment-517</guid>
		<description>The custom controls without JVx are in Maven central under JFXtensions - http://search.maven.org/#search%7Cga%7C1%7CJFXtensions or in souceforge at http://sourceforge.net/projects/jvxfx/files/1.0/ - jfxtensions-1.0.zip</description>
		<content:encoded><![CDATA[<p>The custom controls without JVx are in Maven central under JFXtensions - <a href="http://search.maven.org/#search%7Cga%7C1%7CJFXtensions" rel="nofollow">http://search.maven.org/#search%7Cga%7C1%7CJFXtensions</a> or in souceforge at <a href="http://sourceforge.net/projects/jvxfx/files/1.0/" rel="nofollow">http://sourceforge.net/projects/jvxfx/files/1.0/</a> - jfxtensions-1.0.zip</p>
]]></content:encoded>
	</item>
</channel>
</rss>
