On Mon, 24 Apr 2023 10:04:49 GMT, Tejesh R <t...@openjdk.org> wrote:

>> This open source AWT Mouse Info related tests.
>
> Tejesh R has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Updated

test/jdk/java/awt/MouseInfo/ContainerMousePositionTest.java line 88:

> 86:             EventQueue.invokeAndWait(() -> {
> 87:                 Point p = button.getLocationOnScreen();
> 88:                 xPos = p.x + button.getWidth() / 2;

xPos & yPos are used within EDT and outside EDT ?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13573#discussion_r1175295899

Reply via email to