Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

[Windows] HiDPI support on JVM 9+ #46

Open
ForNeVeR opened this issue Aug 19, 2019 · 0 comments
Open

[Windows] HiDPI support on JVM 9+ #46

ForNeVeR opened this issue Aug 19, 2019 · 0 comments

Comments

@ForNeVeR
Copy link

ForNeVeR commented Aug 19, 2019

Currently, StandardWidgetToolkit autnehtication provider gets automatically selected on JVM 9+ (because JavaFX is not usually available on these versions of Java). But it has some DPI problems on Windows. The authentication window looks like that:

image

(note the misplaced elements and unreadable font size in the footer)

It is a known problem of older SWT builds, e.g. see SWT bug 493666.

What's interesting here is that the issue seems to be fixed in newer SWT versions. Updating SWT to <swt.version>4.6.1</swt.version> in the parent pom.xml fixed the issue for me completely.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant