On Fri, 29 Oct 2021 06:34:52 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
> I have tried to run this test on macOS as a standalone code, and it hangs. > The second frame is never disposed and still visible on the screen, not sure > why. Yep, it works fine running from JavaTest but hangs when running from IDE, looks like extra mouseMove event being generated and we create extra frame. Luckily, that's easy to fix. ------------- PR: https://git.openjdk.java.net/jdk/pull/6128