JavaFX 9: Expose PlatformImpl.runAndWait() as Platform.runAndWait()

Benjamin Gudehus hastebrot at gmail.com
Wed Nov 2 16:50:43 UTC 2016


Hi, Kevin. Thanks for the info!

On Wed, Nov 2, 2016 at 5:36 PM, Kevin Rushforth <kevin.rushforth at oracle.com>
wrote:

> 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