Login  Register

Problem with GLCanvas in Eclipse RCP application

Posted by Celine on Jan 09, 2013; 11:45am
URL: https://forum.jogamp.org/Problem-with-GLCanvas-in-Eclipse-RCP-application-tp4027754.html

Hi,

I'm encountering a weird problem on Linux with JDK 7.
I have a GLCanvas in my RCP application (added with SWT_AWT bridge) if I move the window on my second screen (TwinView) and resize it, the GLCanvas is detached and appears in a new window named "JavaEmbeddedFrame" !
No problem with Java 6 and if I replace my GLCanvas by a NewtCanvasAWT, it is not detached.
Why this frame appears ?

thanks,
Best regards