hg: openjfx/8/graphics/rt: RT-28754: Change FX startup such that the Application is initialized and constructed in the FX application thread

hang.vo at oracle.com hang.vo at oracle.com
Fri Oct 18 15:03:30 PDT 2013


Changeset: 9e79dc29f1a6
Author:    kcr
Date:      2013-10-18 14:00 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/9e79dc29f1a6

RT-28754: Change FX startup such that the Application is initialized and constructed in the FX application thread
Reviewed-by: snorthov,ngthomas,ddehaven

! modules/graphics/src/main/java/com/sun/javafx/application/LauncherImpl.java
! modules/graphics/src/main/java/javafx/application/Application.java
! tests/system/src/test/java/launchertest/Constants.java
! tests/system/src/test/java/launchertest/MainLauncherTest.java
! tests/system/src/test/java/launchertest/TestApp.java
+ tests/system/src/test/java/launchertest/TestAppNoMainThreadCheck.java
+ tests/system/src/test/java/launchertest/TestAppThreadCheck.java
+ tests/system/src/test/java/launchertest/TestNotApplicationThreadCheck.java
+ tests/system/src/test/java/launchertest/TestPreloader.java



More information about the openjfx-dev mailing list