Changeset: ac845cbafb49 Author: art Date: 2013-10-01 19:52 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/ac845cbafb49
RT-27540: Swing application with JFXPanel does not terminate properly RT-21404: JFXPanel: If Platform implicitExit flag is false when the last window exits, setting it back to true will have no effect Reviewed-by: Kevin Rushforth ! modules/graphics/src/main/java/com/sun/javafx/application/PlatformImpl.java ! modules/swing/src/main/java/javafx/embed/swing/JFXPanel.java ! tests/system/src/test/java/com/sun/javafx/application/SwingExitCommon.java ! tests/system/src/test/java/com/sun/javafx/application/SwingExitExplicit2Test.java + tests/system/src/test/java/com/sun/javafx/application/SwingNoExit.java
