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

2020-12-08 Thread Prasanta Sadhukhan
On Sat, 5 Dec 2020 13:42:21 GMT, Kevin Rushforth wrote: >> This fix was originally proposed by @mruzicka in PR #16 which was closed >> several months ago without being integrated. At the time we didn't have a >> test case that was failing. >> >> While evaluating a bug that I filed, >>

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

2020-12-06 Thread Ambarish Rapte
On Sat, 5 Dec 2020 13:42:21 GMT, Kevin Rushforth wrote: >> This fix was originally proposed by @mruzicka in PR #16 which was closed >> several months ago without being integrated. At the time we didn't have a >> test case that was failing. >> >> While evaluating a bug that I filed, >>

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

2020-12-05 Thread Kevin Rushforth
> This fix was originally proposed by @mruzicka in PR #16 which was closed > several months ago without being integrated. At the time we didn't have a > test case that was failing. > > While evaluating a bug that I filed, > [JDK-8235843](https://bugs.openjdk.java.net/browse/JDK-8235843), I

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

2020-12-05 Thread Kevin Rushforth
On Fri, 4 Dec 2020 04:14:48 GMT, Prasanta Sadhukhan 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

Re: RFR: 8231372: JFXPanel fails to render if setScene called on Swing thread

2020-12-03 Thread Prasanta Sadhukhan
On Fri, 4 Dec 2020 02:07:37 GMT, Kevin Rushforth wrote: > This fix was originally proposed by @mruzicka in PR #16 which was closed > several months ago without being integrated. At the time we didn't have a > test case that was failing. > > While evaluating a bug that I filed, >

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

2020-12-03 Thread Kevin Rushforth
This fix was originally proposed by @mruzicka in PR #16 which was closed several months ago without being integrated. At the time we didn't have a test case that was failing. While evaluating a bug that I filed, [JDK-8235843](https://bugs.openjdk.java.net/browse/JDK-8235843), I discovered