RFR: 8352680: Opensource few misc swing tests [v2]

Abhishek Kumar abhiscxk at openjdk.org
Fri Mar 28 11:06:06 UTC 2025


On Fri, 28 Mar 2025 11:00:37 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> Few JMenuItem and JFrame tests are opensourced..
>
> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix

test/jdk/javax/swing/JMenuItem/RightLeftOrientation.java line 111:

> 109:             addMenuItems(menu, ComponentOrientation.RIGHT_TO_LEFT);
> 110:             UIManager.setLookAndFeel(save);
> 111:         } catch(Exception e) {

Suggestion:

        } catch (Exception e) {

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24288#discussion_r2018431011


More information about the client-libs-dev mailing list