JavaFX 9: Expose PlatformImpl.runAndWait() as Platform.runAndWait()
Benjamin Gudehus
hastebrot at gmail.com
Wed Nov 2 16:31:37 UTC 2016
Hey!
Are there plans to expose this API [1] in JavaFX 9?
// NOTE: Add the following if we decide to expose it publicly
// public static void runAndWait(Runnable runnable) {
// PlatformImpl.runAndWait(runnable);
// }
[1] http://hg.openjdk.java.net/openjfx/9-dev/rt/file/
6edd0c3c01f4/modules/javafx.graphics/src/main/java/javafx/
application/Platform.java#l148
--Benjamin
More information about the openjfx-dev
mailing list