RFR: 8231372: JFXPanel fails to render if setScene called on Swing thread [v2]

Kevin Rushforth kcr at openjdk.java.net
Sat Dec 5 13:42:22 UTC 2020


On Fri, 4 Dec 2020 04:14:48 GMT, Prasanta Sadhukhan <psadhukhan at 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


More information about the openjfx-dev mailing list