Re: Problem with GLCanvas in Eclipse RCP application
Posted by
gouessej on
Jan 09, 2013; 12:01pm
URL: https://forum.jogamp.org/Problem-with-GLCanvas-in-Eclipse-RCP-application-tp4027754p4027755.html
Hi
I used an heavyweight AWT GLCanvas in an Eclipse RCP application for years under GNU Linux too. "JavaEmbeddedFrame" is the default name of the Sun embedded frame used by the brigde to communicate with SWT. Are you satisfied by the behaviour of NewtCanvasAWT? Maybe plan to switch to NewtCanvasSWT or the heavyweight SWT GLCanvas of JOGL 2.0 if it is not the case in order to increase the reliability of your application by avoiding troubles occurring when mixing AWT with SWT.
Do you reproduce your problem with a plain java.awt.Canvas?