Login  Register

Re: SWT-AWT high DPI problems with Java 11

Posted by Sven Gothel on Sep 16, 2023; 11:12am
URL: https://forum.jogamp.org/SWT-AWT-high-DPI-problems-with-Java-11-tp4042942p4042944.html

Hi Thomas,

the AWT GLCanvas inside an SWT scenario .. phew, indeed,
this is probably not addressed as the zoom factor probably is not forwarded
to the AWT component itself.

Could you try our own SWT GLCanvas and/or NewtCancasSWT instead?

Alternatively, if this is important .. we might need to think about forwarding
the zoom factor .. or you must manually apply it.
IMHO this is not on our turf, but AWT/SWT integration.