Re: Problem sharing a context among panels in the same frame
Posted by
gouessej on
Jan 05, 2013; 12:12pm
URL: https://forum.jogamp.org/Problem-sharing-a-context-among-panels-in-the-same-frame-tp4027703p4027707.html
JOGL 1 is no more supported, it is not maintained and it should not be used especially in production.
Some things you talk about were not working correctly in JOGL 1 too, at least under GNU Linux and under Windows in some cases, I had this problem in 2009.
If you want to avoid your context to be destroyed, you mustn't use the heavyweight AWT canvas, rather use GLWindow or NewtCanvasAWT.