RFR: 8306634: Open source AWT Event related tests

Sergey Bylokhov serb at openjdk.org
Fri Apr 21 21:12:07 UTC 2023


On Fri, 21 Apr 2023 21:00:52 GMT, Harshitha Onkar <honkar at openjdk.org> 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



More information about the client-libs-dev mailing list