RFR: 8328482: Convert and Open source few manual applet test to main based [v3]

Tejesh R tr at openjdk.org
Fri Mar 29 10:03:35 UTC 2024


On Tue, 26 Mar 2024 23:16:04 GMT, Harshitha Onkar <honkar at openjdk.org> 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


More information about the client-libs-dev mailing list