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

Kevin Rushforth kcr at openjdk.java.net
Mon Jul 6 23:34:39 UTC 2020


On Mon, 6 Jul 2020 17:52:16 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> Oliver Schmidtmer has refreshed the contents of this pull request, and previous commits have been removed. The
>> incremental views will show differences compared to the previous content of the PR. The pull request contains two new
>> commits since the last revision:
>>  - Similar changes and test for FXCanvas
>>  - more solid test with shim and style independent color
>
> 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.

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

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


More information about the openjfx-dev mailing list