RFR: 8346753: Test javax/swing/JMenuItem/RightLeftOrientation/RightLeftOrientation.java fails on Windows Server 2025 x64 because the icons of RBMenuItem and CBMenuItem are not visible in Nimbus LookAndFeel [v3]
Prasanta Sadhukhan
psadhukhan at openjdk.org
Mon Jul 7 05:18:56 UTC 2025
On Mon, 7 Jul 2025 05:07:51 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove title
>
> test/jdk/javax/swing/JMenuItem/RightLeftOrientation.java line 127:
>
>> 125:
>> 126: frame.setJMenuBar(menuBar);
>> 127: frame.pack();
>
> Test frame title is not visible when `frame.pack` is used
> Suggestion:
>
> frame.setSize(250, 100);
ok
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25907#discussion_r2188987750
More information about the client-libs-dev
mailing list