On Tue, 25 Apr 2023 18:05:22 GMT, Abhishek Kumar <[email protected]> wrote:
>> This PR is to open source MenuItem AWT tests. > > Abhishek Kumar has updated the pull request incrementally with one additional > commit since the last revision: > > Frame title set Marked as reviewed by psadhukhan (Reviewer). test/jdk/java/awt/MenuItem/MenuSetLabelTest.java line 90: > 88: m.add(new MenuItem(s3)); > 89: for (int i=0;i<10;i++) > 90: f.add(new MenuItem(s3)); please add a space before and after operator as in i = 0 for all these ------------- PR Review: https://git.openjdk.org/jdk/pull/13589#pullrequestreview-1401106598 PR Review Comment: https://git.openjdk.org/jdk/pull/13589#discussion_r1177303322
