Login  Register

Re: Can I put awt components over part of a GLCanvas?

Posted by gouessej on Jan 09, 2012; 9:12am
URL: https://forum.jogamp.org/Can-I-put-awt-components-over-part-of-a-GLCanvas-tp827759p3644076.html

Use the experimental SWT heavyweight GLCanvas of JOGL 2.0 to work around this problem, 2 implementations are available. As Composite and javax.media.opengl.swt.GLCanvas are both heavyweight, it will work as expected.

Another option consists in using NEWT GLWindow instead of javax.media.opengl.awt.GLCanvas.
Julien Gouesse | Personal blog | Website