On Mon, 16 Aug 2021 20:58:08 GMT, Alexey Ivanov <aiva...@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