-
Enhancement
-
Resolution: Fixed
-
P3
-
fx2.0
We should consider adding a property that an Application could set in its start method to indicate that it doesn't want the implicit "exit on last window closed" behavior. Such an app would stay alive until it explicitly called Platform.exit().
Proposed method is:
public final void Application.setImplicitExit(boolean implicitExit)
Proposed method is:
public final void Application.setImplicitExit(boolean implicitExit)
- blocks
-
JDK-8090562 Keeping menu in the Mac menu bar when there is no more stage
- Open
- relates to
-
JDK-8089524 IllegalStateException using JFXPanel in a netbeans window.
- Closed
-
JDK-8128907 stage.hide() closes the app on mac
- Closed
-
JDK-8090517 Be able to restart the JavaFX Application thread after it has exited
- Closed
-
JDK-8091247 Quantum toolkit doesn't become alive after shutdown
- Closed