On Fri, 21 Apr 2023 21:07:32 GMT, Damon Nguyen <[email protected]> wrote:
> This PR open sources few AWT DnD related tests
test/jdk/java/awt/dnd/NextDropActionTest/NextDropActionTest.java line 159:
> 157: }
> 158: } finally {
> 159: if (frame != null) {
frame is created with in EDT but disposing without EDT ?
test/jdk/java/awt/dnd/NoTargetNoDragExitTest/NoTargetNoDragExitTest.java line
136:
> 134: }
> 135: }
> 136:
You can remove extra lines
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13591#discussion_r1174176703
PR Review Comment: https://git.openjdk.org/jdk/pull/13591#discussion_r1174177661