RFR: 8220484: JFXPanel renders a slanted image with a hidpi monitor scale of 125% or 175% [v4]

Oliver Schmidtmer github.com+10960818+Schmidor at openjdk.java.net
Tue Jul 7 12:34:18 UTC 2020


On Mon, 6 Jul 2020 23:31:28 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> build.gradle line 3611:
>> 
>>> 3610:         testCompile project(":swt")
>>> 3611:         testCompile name: SWT_FILE_NAME
>>> 3612:     }
>> 
>> We can't have a dependency on `swt` from any other project. SWT tests need to be confined to
>> `modules/javafx.swt/src/test/java/`
>
> I note that this does work for me. So copying the pattern used by `systemTests` into the `swt` project might be all
> that is needed to get it to work there.

I assumed I should add it to the robot package, as it is also a visual test. I've moved it to the swt module

-------------

PR: https://git.openjdk.java.net/jfx/pull/246


More information about the openjfx-dev mailing list