Re: Problem changing SWT layout
Posted by
gouessej on
Oct 26, 2013; 8:17am
URL: https://forum.jogamp.org/Problem-changing-SWT-layout-tp4030374p4030389.html
frank wrote
I'm not sure it is a SWT "issue" as it was not a problem with JOGL 1
It can still be a problem of interoperability, mixing AWT/Swing and SWT can be challenging.
frank wrote
I Will test NEWT and the other GLCanvas.
thanks a lot,
frank
I hope that using a plain com.jogamp.opengl.swt.GLCanvas (without the SWT_AWT bridge) will be helpful in your case. It would be nice if you could run your application in debug mode and tell us which method of the GLCanvas is called after the use of moveBelow().
You're welcome.