Re: GLcanvas vs NEWT on Hi DPI Screens
Posted by hharrison on
URL: https://forum.jogamp.org/GLcanvas-vs-NEWT-on-Hi-DPI-Screens-tp4041191p4042116.html
WRT the HiDPI issues, I'm totally fine implementing appropriate code in jaamsim if that is the suggested solution (suggestions welcome), or making the NextCanvasAWT handle it all internally if it can. Will wait to see what comes out of this conversation before changing anything on my side.
On the Jaamsim side we just have a NewtCanvasAWT filling a lone JFrame, so as I understand it we could hook into the move listener on the JFrame and check the pixel scale as the window is moved across different screens as adjust the pixelscale as needed...examples welcome!
Harvey