Re: Render problems for custom context menu in OpenGL / SWT
Posted by
gouessej on
Jan 14, 2011; 2:31pm
URL: https://forum.jogamp.org/Render-problems-for-custom-context-menu-in-OpenGL-SWT-tp2255271p2255766.html
Hi!
Is the use of SWT really mandatory for your popup menu? You could use AWT for the popup menu and execute any SWT operations on the SWT rendering thread by using Display.asyncExec.
Do you use the GLCanvas of JOGL 2 (as I do) or do you use the GLCanvas of SWT (as Wade does)?