canvas not filling frame
Posted by stevemaddock on Oct 08, 2019; 1:43pm
URL: https://forum.jogamp.org/canvas-not-filling-frame-tp4040092.html
When using the latest builds for JOGL on Windows 64 (jogl-b1483-1483), I can get a Java 13/JOGL program to compile and run (with some warnings about illegal reflective access). However, the canvas does not fill the frame - it fills the bottom left area of the frame. For the same program, it used to fill the frame under Java 8/JOGL2.3.2.
Any suggestions?
I can post the program to draw a single '2D' triangle if that helps.