Login  Register

Re: SWT-AWT high DPI problems with Java 11

Posted by TomasCvincek on Sep 18, 2023; 3:37am
URL: https://forum.jogamp.org/SWT-AWT-high-DPI-problems-with-Java-11-tp4042942p4042947.html

Hi Sven,

yeah, you are right. I tested this with small app, where I used SWT - AWT Bridge. When rezooming this app, bounds are desynchronized.

I tried to investigate, how to forward DPI settings to AWT but I was not successful. :/ What do you mean by manually applaying it?

We also use SWT canvas in some cases and this one works fine. But for some performance stuff, AWT canvas used to be better.

Thank you.