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