RFR: 8313424: JavaFX controls in the title bar [v47]
Michael Strauß
mstrauss at openjdk.org
Thu Feb 13 18:48:22 UTC 2025
On Tue, 4 Feb 2025 19:58:37 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> Michael Strauß has updated the pull request incrementally with one additional commit since the last revision:
>>
>> add "maximized" pseudo-class for custom maximize button
>
> modules/javafx.base/src/test/java/test/util/ReflectionUtils.java line 41:
>
>> 39: * The field can be declared on any of the object's inherited classes.
>> 40: */
>> 41: @SuppressWarnings("unchecked")
>
> is this annotation still needed (the build gives no warnings when it's removed)?
My IDE shows a warning for L58: `Unchecked cast: java.lang.Object to T`.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1605#discussion_r1955048459
More information about the openjfx-dev
mailing list