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

Harshitha Onkar honkar at openjdk.org
Thu Mar 28 01:09:37 UTC 2024


On Sun, 24 Mar 2024 12:21:52 GMT, Tejesh R <tr at openjdk.org> wrote:

>> Convert and open source these manual applet test to main based:
>> java/awt/Frame/MegaIconTest/MegaIconTest.html
>> java/awt/Frame/FrameMaximizedTest/FrameMaximizedTest.html
>> java/awt/Frame/FrameMinimizeTest/FrameMinimizeTest.html
>> java/awt/Frame/SizeMinimizedTest/SizeMinimizedTest.html
>
> 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 {

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18448#discussion_r1540224863


More information about the client-libs-dev mailing list