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 18:00:08 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.
>
> tests/system/src/test/java/test/robot/javafx/embed/swt/FXCanvasScaledTest.java line 26:
> 
>> 25:
>> 26: package test.robot.javafx.embed.swt;
>> 27:
> 
> This should move to `test.javafx.embed.swt` underneath `modules/javafx.swt/src/test/java`.
> 
> Note that the tests in the `javafx.swt` module are not currently enabled (I haven't looked recently into what it would
> take to do so), so you might need to verify it manually.

The swt tests are hard disabled by `enabled = false // FIXME: JIGSAW -- support this with modules` in the gradle.build
If I manually change that for running the single test now in the swt module, the test is working fine.

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

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


More information about the openjfx-dev mailing list