RFR: 8282958: Rendering issues of borders, TextFields on Windows High-DPI systems

Rajat Mahajan duke at openjdk.org
Thu Oct 13 16:32:19 UTC 2022


This fix is based on a similar approach as described here  https://github.com/openjdk/jdk/pull/7449#issuecomment-1068218648.
We rescale the line border to render the Textfield border correctly, so that all sides of the Textfield border are of same thickness.

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

Commit messages:
 - remove executable permission
 - fix file ending
 - 8282958: Rendering issues of borders, TextFields on Windows High-DPI systems

Changes: https://git.openjdk.org/jdk/pull/10681/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10681&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8282958
  Stats: 663 lines in 3 files changed: 658 ins; 1 del; 4 mod
  Patch: https://git.openjdk.org/jdk/pull/10681.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10681/head:pull/10681

PR: https://git.openjdk.org/jdk/pull/10681



More information about the client-libs-dev mailing list