<AWT Dev> RFR: 8267161 : Write automated test case for JDK-4479161 [v3]
lawrence.andrews
github.com+87324768+lawrence-andrew at openjdk.java.net
Wed Aug 18 23:34:24 UTC 2021
On Mon, 16 Aug 2021 20:58:08 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> lawrence.andrews has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Fixed a single space issue
>> - Add frame.setLocationRelativeTo to get the frame to center of the screen
>
> test/jdk/java/awt/im/4959409/bug4959409.java line 47:
>
>> 45: import java.awt.Robot;
>> 46: import java.util.concurrent.CountDownLatch;
>> 47: import java.util.concurrent.TimeUnit;
>
> Usually in JDK, `javax.*` imports go after `java.*`.
moved javax.swing after java.*
-------------
PR: https://git.openjdk.java.net/jdk/pull/5058
More information about the awt-dev
mailing list