RFR: 8155030: The Menu Mnemonics are always displayed for GTK LAF [v2]

Abhishek Kumar abhiscxk at openjdk.org
Wed May 8 05:53:38 UTC 2024


On Wed, 8 May 2024 05:05:02 GMT, Tejesh R <tr at openjdk.org> wrote:

>> Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Var moved to local scope
>
> test/jdk/com/sun/java/swing/plaf/gtk/TestMenuMnemonicOnAltPress.java line 48:
> 
>> 46:     private static JFrame frame;
>> 47:     private static JMenuBar menuBar;
>> 48:     private static JMenu fileMenu;
> 
> `menuBar `and `fileMenu `can be converted to local variable.

Updated.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18992#discussion_r1593417792


More information about the client-libs-dev mailing list