On Tue, 26 Mar 2024 23:16:04 GMT, Harshitha Onkar <[email protected]> wrote:
>> Tejesh R has updated the pull request incrementally with three additional
>> commits since the last revision:
>>
>> - Images updated
>> - Frame position updates
>> - removed headful tag
>
> test/jdk/java/awt/Frame/FrameMaximizedTest.java line 37:
>
>> 35:
>> 36: public class FrameMaximizedTest {
>> 37: public static void main (String args[]) throws Exception {
>
> Java style array declaration
> Suggestion:
>
> public static void main (String[] args) throws Exception {
Updated.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18448#discussion_r1544311632