Login  Register

Re: NewtCanvasAWT does not appear in Java 11+

Posted by hil23Ak on Mar 02, 2021; 5:52pm
URL: https://forum.jogamp.org/NewtCanvasAWT-does-not-appear-in-Java-11-tp4041028p4041032.html

I did more testing.

GLJPanel works.

Using a dummy java.awt.Canvas object with a background color does NOT work. This implies the issues is with java.awt.Canvas heavy weight component integration with Swing light weight system. I will look more into this.

I do not believe there is any issues with JOGL itself.