On Thu, 21 Apr 2022 14:42:03 GMT, Alexander Zvegintsev <azveg...@openjdk.org> wrote:
>> Phil Race has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8285094 > > test/jdk/java/awt/Frame/InvisibleOwner/InvisibleOwner.java line 135: > >> 133: ownedWindowBounds.y + >> ownedWindowBounds.height / 2); >> 134: robot.mousePress(InputEvent.BUTTON1_MASK); >> 135: robot.mouseRelease(InputEvent.BUTTON1_MASK); > > Nit: Shouldn't we use BUTTON1_DOWN_MASK instead of deprecated BUTTON1_MASK? That is how it was before but I fixed this. ------------- PR: https://git.openjdk.java.net/jdk/pull/8312