RFR: 8313424: JavaFX controls in the title bar [v29]

Andy Goryachev angorya at openjdk.org
Thu Nov 14 19:08:07 UTC 2024


On Thu, 14 Nov 2024 18:59:09 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:

>> modules/javafx.graphics/src/test/addExports line 59:
>> 
>>> 57: --add-opens javafx.graphics/javafx.scene.paint=ALL-UNNAMED
>>> 58: --add-opens javafx.graphics/javafx.stage=ALL-UNNAMED
>>> 59: --add-opens java.desktop/javax.imageio=ALL-UNNAMED
>> 
>> this change seems unrelated
>
> `WindowControlsOverlayTest.activePseudoClassCorrespondsToStageFocusedProperty()` requires `opens javafx.stage`.

the question is about `java.desktop/javax.imageio` not `javafx.graphics/javafx.stage` or am I missing something?

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1605#discussion_r1842754779


More information about the openjfx-dev mailing list