On Fri, 4 Dec 2020 04:14:48 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
>> Kevin Rushforth has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Dispose JFrame after each test > > Marked as reviewed by psadhukhan (Reviewer). I noticed that the Swing `JFrame`s weren't being hidden after each test, so I added an `@After` cleanup method. ------------- PR: https://git.openjdk.java.net/jfx/pull/362