On Sat, 26 Mar 2022 02:38:41 GMT, Phil Race <p...@openjdk.org> wrote:
>> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fixed the white space issue > > test/jdk/java/awt/regtesthelpers/PassFailJFrame.java line 127: > >> 125: System.out.println(f.getTitle() + " is getting >> disposed"); >> 126: f.dispose(); >> 127: } > > I am still not sure about this. I mean it doesn't include Window or Dialog .. > I think that until you can prove otherwise it should destroy only the > framework, not start being part of the test. We can dispose just the instruction frame and let the user destroy the top levels that is created by the test. ------------- PR: https://git.openjdk.java.net/jdk/pull/7966