> 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
