RFR: 8324941: POC for Headless platform for JavaFX [v2]
Johan Vos
jvos at openjdk.org
Mon Jul 7 09:15:47 UTC 2025
On Thu, 19 Jun 2025 22:45:45 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:
>> Johan Vos has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix missing ;
>
> modules/javafx.graphics/src/main/java/com/sun/glass/ui/headless/NestedRunnableProcessor.java line 20:
>
>> 18: }
>> 19:
>> 20: void invokeLater(final Runnable r) {
>
> The following methods are never used:
> * `invokeLater`
> * `runLater`
> * `invokeAndWait`
> * `stopProcessing`
invokeLater is used from HeadlessApplication
Others are removed now.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1836#discussion_r2189444853
More information about the openjfx-dev
mailing list