On Wed, 25 Mar 2026 02:45:15 GMT, Martin Fox <[email protected]> wrote:
>> Michael Strauß has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains nine commits: >> >> - review comments >> - Merge branch 'master' into fixes/window-size >> - fix merge >> - Merge branch 'master' into fixes/window-size >> >> # Conflicts: >> # modules/javafx.graphics/src/main/native-glass/win/GlassWindow.cpp >> # modules/javafx.graphics/src/main/native-glass/win/GlassWindow.h >> - Merge branch 'master' into fixes/window-size >> - return earlier >> - handle edge cases >> - add comments >> - Stage size should match extended frame bounds > > modules/javafx.graphics/src/main/native-glass/win/Utils.cpp line 120: > >> 118: * DPI-virtualize the returned coordinates. >> 119: * >> 120: * It is possible (though uncommon) for the JVM to run in a DPI-unaware >> or system-DPI-aware context. > > Do you have a recommended way of testing JavaFX as DPI unaware? This is hard > to do these days presumably due to the manifest you mention. I've only managed to do this by changing compatibility settings for the Java launcher (right-click on java.exe, go to properties->compatibility). ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1982#discussion_r2986088379
