RFR: 8348760: RadioButton is not shown if JRadioButtonMenuItem is rendered with ImageIcon in WindowsLookAndFeel [v30]
Alexey Ivanov
aivanov at openjdk.org
Fri Aug 15 20:50:24 UTC 2025
On Mon, 11 Aug 2025 16:29:12 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
> I believe there's a potential bug in `WindowsMenuItemUI.java` in the newly overridden method and new static fields. There's a chance that the colors aren't updated when needed. Yet I haven't come up with a test.
It's not a potential bug, it's a real bug [JDK-8365625](https://bugs.openjdk.org/browse/JDK-8365625): *Can't change accelerator colors in Windows L&F*.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23324#discussion_r2279861749
More information about the client-libs-dev
mailing list