-
Bug
-
Resolution: Fixed
-
P3
-
fx2.0
Currently, calling Platform.exit() from a JFXPanel app will terminate the FX threads, which is probably not what we want, since we aren't using the FX Application lifecycle in those cases. I think the best thing to do is the same thing as in the applet case: ignore the call to Platform.exit().
- relates to
-
JDK-8127793 SwingInterop.JNLP exits prematurely after SecurityWarning dialog is dismissed
- Closed