On Fri, 21 Apr 2023 21:00:52 GMT, Harshitha Onkar <[email protected]> wrote:
> This PR open sources few AWT Event related tests. test/jdk/java/awt/Component/RepaintTest.java line 61: > 59: robot.delay(500); > 60: > 61: Color expected = robot.getPixelColor(150, 150); It is better to check where the frame is located, probably it will be a good idea to move the frame to the center of the screen. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/13590#discussion_r1174163038
