On Thu, 19 Jun 2025 22:42:38 GMT, Michael Strauß <mstra...@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