Re: RFR: 8303826: Add FX test for JDK-8252255

2023-11-16 Thread Kevin Rushforth
On Thu, 9 Nov 2023 03:43:48 GMT, Prasanta Sadhukhan wrote: > Manual regression test for 8252255: Blurry rendering of SwingNode with HiDPI > scaling in JavaFX is added @prsadhuk This PR is ready for you to integrate. - PR Comment: https://git.openjdk.org/jfx/pull/1282#issuecomment

Re: RFR: 8303826: Add FX test for JDK-8252255

2023-11-10 Thread Kevin Rushforth
On Thu, 9 Nov 2023 03:43:48 GMT, Prasanta Sadhukhan wrote: > Manual regression test for 8252255: Blurry rendering of SwingNode with HiDPI > scaling in JavaFX is added I think this test only needs a single reviewer. - PR Comment: https://git.openjdk.org/jfx/pull/1282#issuecomment-

Re: RFR: 8303826: Add FX test for JDK-8252255

2023-11-09 Thread Kevin Rushforth
On Thu, 9 Nov 2023 03:43:48 GMT, Prasanta Sadhukhan wrote: > Manual regression test for 8252255: Blurry rendering of SwingNode with HiDPI > scaling in JavaFX is added Looks good. I confirm that if I run the test using JDK 19 it fails (Swing content is blurry) and using JDK 21 it passes.

RFR: 8303826: Add FX test for JDK-8252255

2023-11-08 Thread Prasanta Sadhukhan
Manual regression test for 8252255: Blurry rendering of SwingNode with HiDPI scaling in JavaFX is added - Commit messages: - 8303826: Add FX test for JDK-8252255 - 8303826: Add FX test for JDK-8252255 Changes: https://git.openjdk.org/jfx/pull/1282/files Webrev: https://webrevs.op