hg: openjfx/9-dev/rt: 8090585: Provide an official API to start the JavaFX platform

kevin.rushforth at oracle.com kevin.rushforth at oracle.com
Tue Nov 24 23:17:06 UTC 2015


Changeset: dbf7eaf50391
Author:    kcr
Date:      2015-11-24 15:15 -0800
URL:       http://hg.openjdk.java.net/openjfx/9-dev/rt/rev/dbf7eaf50391

8090585: Provide an official API to start the JavaFX platform
Reviewed-by: jgiles

! modules/graphics/src/main/java/com/sun/javafx/application/PlatformImpl.java
! modules/graphics/src/main/java/javafx/application/Platform.java
+ tests/system/src/test/java/com/sun/javafx/application/PlatformStartupCommon.java
+ tests/system/src/test/java/com/sun/javafx/application/PlatformStartupExplicitTest.java
+ tests/system/src/test/java/com/sun/javafx/application/PlatformStartupImplicitTest.java
! tests/system/src/test/java/launchertest/Constants.java
! tests/system/src/test/java/launchertest/MainLauncherTest.java
+ tests/system/src/test/java/launchertest/TestStartupApp1.java
+ tests/system/src/test/java/launchertest/TestStartupApp2.java
+ tests/system/src/test/java/launchertest/TestStartupAppNoMain.java
+ tests/system/src/test/java/launchertest/TestStartupJFXPanel.java
+ tests/system/src/test/java/launchertest/TestStartupNotApplication.java



More information about the openjfx-changes mailing list