-
Bug
-
Resolution: Fixed
-
P3
-
fx2.0
-
Mac OS X 10.6
if (isMac && !keepAlive) {
if (error) { ex.printStackTrace(); }
System.exit(0);
}
where keepAlive is set based on a System property, for example: -Djavafx.keepalive=true
- relates to
-
JDK-8114019 Mac: closing javafx application with window button takes a while to end java process
-
- Closed
-
-
JDK-8113976 Native crash from glass on JavaFX application shutdown
-
- Closed
-
-
JDK-8090353 Glass needs life cycle API
-
- Open
-
-
JDK-8127110 Restore workaround to call System.exit on Mac when running the J2D pipeline
-
- Closed
-
-
JDK-8128180 Remove workaround on Mac where we are calling System.exit
-
- Closed
-
-
JDK-8113911 Mac: Using close button on window gives -[GlassWindow dealloc] message
-
- Closed
-
-
JDK-8114141 Mac: PuzzlePieces sample java crashes on window close
-
- Closed
-
-
JDK-8116468 Ensure that Platform.runLater after Toolkit.exit is a no-op on all platforms
-
- Closed
-
-
JDK-8114711 Calculator demo leaves java process running (Mac)
-
- Closed
-
-
JDK-8128907 stage.hide() closes the app on mac
-
- Closed
-