On Thu, 4 Sep 2025 16:27:52 GMT, lawrence.andrews <[email protected]> wrote:
>> Srinivas Mandalika has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Review Feedback: Removed redundant RTEs
>
> test/jdk/java/awt/Frame/MiscUndecorated/ActiveAWTWindowTest.java line 116:
>
>> 114: button = new Button("Click me");
>> 115: button.addActionListener(new ActionListener() {
>> 116: @Override
>
> Can this be converted to lambda
Done
> test/jdk/java/awt/Frame/MiscUndecorated/ActiveAWTWindowTest.java line 136:
>
>> 134: textField2 = new TextField("TextField");
>> 135: button2.addActionListener(new ActionListener() {
>> 136: @Override
>
> Can this be converted to lambda
Done.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26471#discussion_r2324556660
PR Review Comment: https://git.openjdk.org/jdk/pull/26471#discussion_r2324555024