You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by Jaroslav Tulach <ja...@gmail.com> on 2019/11/04 06:43:06 UTC

Re: Platform App, JavaFX, and Java 11

> 1. Is anyone using Swing+JavaFX in their platform apps on Java 11 and
could

> give any pointers as to how they did so?
>

https://issues.apache.org/jira/browse/NETBEANS-3185


> 2. Anyone run into a situation where their platform app just dies silently
> have suggestions on how to diagnose?
>
>
Use [debugger](http://wiki.apidesign.org/wiki/Debugger). Put breakpoint to
System.exit() method.
-jt