RFR: 8324941: POC for Headless platform for JavaFX [v2]

Andy Goryachev angorya at openjdk.org
Fri Jun 27 20:41:48 UTC 2025


On Thu, 19 Jun 2025 22:42:38 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/HeadlessView.java line 16:
> 
>> 14:     private Pixels pixels;
>> 15: 
>> 16:     private boolean imeEnabled;
> 
> The following fields are not read, but only assigned to in this class:
> * `capabilities`
> * `x`
> * `y`
> * `imeEnabled`
> 
> The field `parentPtr` is neither assigned nor read.

x, y are read in View::getX/Y

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/1836#discussion_r2172786766


More information about the openjfx-dev mailing list