On Fri, 22 Apr 2022 19:41:44 GMT, Alisen Chung <ach...@openjdk.org> wrote:

> Added a background to the test to prevent the file from dragging onto the 
> desktop and creating an extra file.

InputEvent.BUTTON1_MASK);

could be BUTTON1_DOWN_MASK since you are touching this already.

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

PR: https://git.openjdk.java.net/jdk/pull/8370

Reply via email to