On Tue, 5 Apr 2022 20:38:58 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Dispose the Frame based in EDT > > test/jdk/java/awt/regtesthelpers/PassFailJFrame.java line 135: > >> 133: dialog.dispose(); >> 134: latch.countDown(); >> 135: }); > > This doesn't handle closing the dialog via Close button or Esc. I believe it > should also do everything but copying the entered text. fixed ------------- PR: https://git.openjdk.java.net/jdk/pull/7966