JavaFX 9: Expose PlatformImpl.runAndWait() as Platform.runAndWait()
Kevin Rushforth
kevin.rushforth at oracle.com
Wed Nov 2 16:36:58 UTC 2016
No. This isn't something we will do for JDK 9, which is feature complete
(with an exception process for critical requests, especially relating to
Jigsaw). I note in this case that it isn't clear whether we want to do
this one at all.
-- Kevin
Benjamin Gudehus wrote:
> 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