On Fri, 27 Jun 2025 19:59:16 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
>> 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 removed capabilities and imeEnabled ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1836#discussion_r2189369086