glowlux
Results
2
comments of
glowlux
Extending on @remcopoelstra response, this is an alright workaround for Windows. ``` java // Custom JPanel to correct for Windows OS display scaling. // If you have scaling set to...
This seems related... solution looks good. [https://forum.jogamp.org/GLcanvas-vs-NEWT-on-Hi-DPI-Screens-tp4041191p4041642.html](https://forum.jogamp.org/GLcanvas-vs-NEWT-on-Hi-DPI-Screens-tp4041191p4041642.html) I think returning scaled sizes from the getHeight() and getWidth() methods of the canvas is better and seems to break less things. [Modified...