<?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: A DesktopPane for JavaFX</title>
	<atom:link href="http://blog.sibvisions.com/2015/03/06/a-desktoppane-for-javafx/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.sibvisions.com/2015/03/06/a-desktoppane-for-javafx/</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/03/06/a-desktoppane-for-javafx/comment-page-1/#comment-562</link>
		<dc:creator>rjahn</dc:creator>
		<pubDate>Fri, 30 Oct 2015 10:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=3923#comment-562</guid>
		<description>Please use our Forum next time!

The DemoERP contains a fully functional Eclipse project - I guess you&#039;re using it? (Download zip archive: http://sourceforge.net/projects/erpdemoapplication/files/1.1/, or checkout the repository)
There&#039;s already a Demoerp.launch File (see http://sourceforge.net/p/erpdemoapplication/code/HEAD/tree/trunk/apps/DemoERP/Demoerp.launch)

This launch file was created for SwingApplication launcher. Simply copy the launch configuration (in Eclipse) and replace main class com.sibvisions.rad.ui.swing.impl.SwingApplication with com.sibvisions.rad.ui.javafx.impl.JavaFXApplication.</description>
		<content:encoded><![CDATA[<p>Please use our Forum next time!</p>
<p>The DemoERP contains a fully functional Eclipse project - I guess you're using it? (Download zip archive: <a href="http://sourceforge.net/projects/erpdemoapplication/files/1.1/" rel="nofollow">http://sourceforge.net/projects/erpdemoapplication/files/1.1/</a>, or checkout the repository)<br />
There's already a Demoerp.launch File (see <a href="http://sourceforge.net/p/erpdemoapplication/code/HEAD/tree/trunk/apps/DemoERP/Demoerp.launch)" rel="nofollow">http://sourceforge.net/p/erpdemoapplication/code/HEAD/tree/trunk/apps/DemoERP/Demoerp.launch)</a></p>
<p>This launch file was created for SwingApplication launcher. Simply copy the launch configuration (in Eclipse) and replace main class com.sibvisions.rad.ui.swing.impl.SwingApplication with com.sibvisions.rad.ui.javafx.impl.JavaFXApplication.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajesh</title>
		<link>https://blog.sibvisions.com/2015/03/06/a-desktoppane-for-javafx/comment-page-1/#comment-561</link>
		<dc:creator>Rajesh</dc:creator>
		<pubDate>Fri, 30 Oct 2015 06:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=3923#comment-561</guid>
		<description>I made use of DemoERP while running it getting the above exception. Im unable to recognise the problem</description>
		<content:encoded><![CDATA[<p>I made use of DemoERP while running it getting the above exception. Im unable to recognise the problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rjahn</title>
		<link>https://blog.sibvisions.com/2015/03/06/a-desktoppane-for-javafx/comment-page-1/#comment-560</link>
		<dc:creator>rjahn</dc:creator>
		<pubDate>Thu, 29 Oct 2015 11:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=3923#comment-560</guid>
		<description>Please use the &lt;a href=&quot;http://forum.sibvisions.com/&quot; rel=&quot;nofollow&quot;&gt;Forum&lt;/a&gt; for such things :) It&#039;s the better place to discuss problems.

The exception tells you: Application classname needs to be provided as first argument.

The first command line parameter should be the Java classname of the IApplication implementation.
Did you use the DemoERP or did you create your own application?</description>
		<content:encoded><![CDATA[<p>Please use the <a href="http://forum.sibvisions.com/" rel="nofollow">Forum</a> for such things <img src='https://blog.sibvisions.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It's the better place to discuss problems.</p>
<p>The exception tells you: Application classname needs to be provided as first argument.</p>
<p>The first command line parameter should be the Java classname of the IApplication implementation.<br />
Did you use the DemoERP or did you create your own application?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajesh</title>
		<link>https://blog.sibvisions.com/2015/03/06/a-desktoppane-for-javafx/comment-page-1/#comment-559</link>
		<dc:creator>Rajesh</dc:creator>
		<pubDate>Thu, 29 Oct 2015 10:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=3923#comment-559</guid>
		<description>Exception in Application start method
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:389)
	at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:767)
Caused by: java.lang.RuntimeException: Exception in Application start method
	at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:917)
	at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$156(LauncherImpl.java:182)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: Application classname needs to be provided as first argument.
	at com.sibvisions.rad.ui.javafx.impl.ApplicationParameters.parse(ApplicationParameters.java:82)
	at com.sibvisions.rad.ui.javafx.impl.JavaFXApplication.createParameters(JavaFXApplication.java:125)
	at com.sibvisions.rad.ui.javafx.impl.JavaFXApplication.start(JavaFXApplication.java:72)
	at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$163(LauncherImpl.java:863)
	at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$176(PlatformImpl.java:326)
	at com.sun.javafx.application.PlatformImpl.lambda$null$174(PlatformImpl.java:295)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.sun.javafx.application.PlatformImpl.lambda$runLater$175(PlatformImpl.java:294)
	at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
	at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
	at com.sun.glass.ui.win.WinApplication.lambda$null$149(WinApplication.java:191)
	... 1 more
Exception running application com.sibvisions.rad.ui.javafx.impl.JavaFXApplication</description>
		<content:encoded><![CDATA[<p>Exception in Application start method<br />
java.lang.reflect.InvocationTargetException<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)<br />
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br />
	at java.lang.reflect.Method.invoke(Method.java:497)<br />
	at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:389)<br />
	at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)<br />
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br />
	at java.lang.reflect.Method.invoke(Method.java:497)<br />
	at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:767)<br />
Caused by: java.lang.RuntimeException: Exception in Application start method<br />
	at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:917)<br />
	at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$156(LauncherImpl.java:182)<br />
	at java.lang.Thread.run(Thread.java:745)<br />
Caused by: java.lang.RuntimeException: Application classname needs to be provided as first argument.<br />
	at com.sibvisions.rad.ui.javafx.impl.ApplicationParameters.parse(ApplicationParameters.java:82)<br />
	at com.sibvisions.rad.ui.javafx.impl.JavaFXApplication.createParameters(JavaFXApplication.java:125)<br />
	at com.sibvisions.rad.ui.javafx.impl.JavaFXApplication.start(JavaFXApplication.java:72)<br />
	at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$163(LauncherImpl.java:863)<br />
	at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$176(PlatformImpl.java:326)<br />
	at com.sun.javafx.application.PlatformImpl.lambda$null$174(PlatformImpl.java:295)<br />
	at java.security.AccessController.doPrivileged(Native Method)<br />
	at com.sun.javafx.application.PlatformImpl.lambda$runLater$175(PlatformImpl.java:294)<br />
	at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)<br />
	at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)<br />
	at com.sun.glass.ui.win.WinApplication.lambda$null$149(WinApplication.java:191)<br />
	... 1 more<br />
Exception running application com.sibvisions.rad.ui.javafx.impl.JavaFXApplication</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rjahn</title>
		<link>https://blog.sibvisions.com/2015/03/06/a-desktoppane-for-javafx/comment-page-1/#comment-492</link>
		<dc:creator>rjahn</dc:creator>
		<pubDate>Sun, 03 May 2015 19:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=3923#comment-492</guid>
		<description>Sure, but it&#039;s already open source:

http://sourceforge.net/p/jvxfx/code/HEAD/tree/branches/dev2015/java/</description>
		<content:encoded><![CDATA[<p>Sure, but it's already open source:</p>
<p><a href="http://sourceforge.net/p/jvxfx/code/HEAD/tree/branches/dev2015/java/" rel="nofollow">http://sourceforge.net/p/jvxfx/code/HEAD/tree/branches/dev2015/java/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mounir</title>
		<link>https://blog.sibvisions.com/2015/03/06/a-desktoppane-for-javafx/comment-page-1/#comment-491</link>
		<dc:creator>mounir</dc:creator>
		<pubDate>Sun, 03 May 2015 19:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=3923#comment-491</guid>
		<description>great job ...
the final version will be open source ?tks</description>
		<content:encoded><![CDATA[<p>great job ...<br />
the final version will be open source ?tks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rzenz</title>
		<link>https://blog.sibvisions.com/2015/03/06/a-desktoppane-for-javafx/comment-page-1/#comment-487</link>
		<dc:creator>rzenz</dc:creator>
		<pubDate>Mon, 13 Apr 2015 07:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=3923#comment-487</guid>
		<description>Hello ahmed.

rjahn has pointed you to the correct location. To clarify what he meant with &quot;be careful&quot;. At the moment the complete MDI system we created (it lives in the package com.sibvisions.rad.ui.javafx.mdi, it is standalone and not dependent on JVx) still lives in a development branch, it might change without notice and in incompatible ways, so I&#039;d suggest that you only build prototypes with it for now. Once we&#039;re happy with all these components they will be merged to master (don&#039;t worry, you won&#039;t be able to miss it if you follow this blog), and from there it will be quite stable regarding the API.

We are also looking into the possibility to provide a read-to-use jar with all our extended components and no dependencies (except the JRE &gt;= 8 obviously) once we merged to trunk.

So if you want to test it, for the moment I&#039;d suggest to copy the complete com.sibvisions.rad.ui.javafx.mdi package into your project (it is licensed under Apache v2, so this shouldn&#039;t be a problem). Because if you only copy that package you won&#039;t have to deal with all the other dependencies (the MDI system is already only dependent on the JRE), and it should be easier to use.

Also note that in the test.manual directory, under the com.sibvisions.rad.ui.javafx.mdi package, you&#039;ll find our manual test case which can serve as a usage example.</description>
		<content:encoded><![CDATA[<p>Hello ahmed.</p>
<p>rjahn has pointed you to the correct location. To clarify what he meant with "be careful". At the moment the complete MDI system we created (it lives in the package com.sibvisions.rad.ui.javafx.mdi, it is standalone and not dependent on JVx) still lives in a development branch, it might change without notice and in incompatible ways, so I'd suggest that you only build prototypes with it for now. Once we're happy with all these components they will be merged to master (don't worry, you won't be able to miss it if you follow this blog), and from there it will be quite stable regarding the API.</p>
<p>We are also looking into the possibility to provide a read-to-use jar with all our extended components and no dependencies (except the JRE &gt;= 8 obviously) once we merged to trunk.</p>
<p>So if you want to test it, for the moment I'd suggest to copy the complete com.sibvisions.rad.ui.javafx.mdi package into your project (it is licensed under Apache v2, so this shouldn't be a problem). Because if you only copy that package you won't have to deal with all the other dependencies (the MDI system is already only dependent on the JRE), and it should be easier to use.</p>
<p>Also note that in the test.manual directory, under the com.sibvisions.rad.ui.javafx.mdi package, you'll find our manual test case which can serve as a usage example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rjahn</title>
		<link>https://blog.sibvisions.com/2015/03/06/a-desktoppane-for-javafx/comment-page-1/#comment-485</link>
		<dc:creator>rjahn</dc:creator>
		<pubDate>Mon, 13 Apr 2015 06:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=3923#comment-485</guid>
		<description>The link: http://sourceforge.net/p/jvxfx/code/HEAD/tree/branches/dev2015/java/

Be careful, it&#039;s still the dev2015 branch. The current trunk is an old PoC and not useful anymore.</description>
		<content:encoded><![CDATA[<p>The link: <a href="http://sourceforge.net/p/jvxfx/code/HEAD/tree/branches/dev2015/java/" rel="nofollow">http://sourceforge.net/p/jvxfx/code/HEAD/tree/branches/dev2015/java/</a></p>
<p>Be careful, it's still the dev2015 branch. The current trunk is an old PoC and not useful anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ahmed</title>
		<link>https://blog.sibvisions.com/2015/03/06/a-desktoppane-for-javafx/comment-page-1/#comment-484</link>
		<dc:creator>ahmed</dc:creator>
		<pubDate>Mon, 13 Apr 2015 03:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=3923#comment-484</guid>
		<description>How can I get the source code, or could you provide the link, thanks</description>
		<content:encoded><![CDATA[<p>How can I get the source code, or could you provide the link, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rjahn</title>
		<link>https://blog.sibvisions.com/2015/03/06/a-desktoppane-for-javafx/comment-page-1/#comment-482</link>
		<dc:creator>rjahn</dc:creator>
		<pubDate>Sun, 12 Apr 2015 22:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=3923#comment-482</guid>
		<description>The project is OpenSource - check our sourceforge page!</description>
		<content:encoded><![CDATA[<p>The project is OpenSource - check our sourceforge page!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
