On Wed, 23 Mar 2022 18:23:54 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
> > I don't have a monitor that can go higher than 175%, so I'm not able to > > test the code well... Can you try the recent change to see if it works at > > 200+%? If not, I'll try using the area approach. > > You can pass `-Dsun.java2d.uiScale=2.0` or `-Dsun.java2d.uiScale=3.0` to run > the test as if the scale is set to 200% or 300%. You can also use 1.25, 1.5 > or another value to change the app scale without changing your system > settings. Got it, let me do that then ------------- PR: https://git.openjdk.java.net/jdk/pull/7449