RFR: JDK-8294427 - Check boxes and radio buttons have rendering issues on Windows in High DPI env
Alexey Ivanov
aivanov at openjdk.org
Tue May 2 15:05:18 UTC 2023
On Fri, 28 Apr 2023 21:27:54 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> Why does everything else use defaultDPI, is it possible that some values depend on the DPI?
Because Swing's user space coordinates use the default 96dpi. Some values do depend on the DPI, yet layout code still uses the default DPI.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13701#discussion_r1182679379
More information about the client-libs-dev
mailing list