Login  Register

Re: Feasible Fullscreen Model?

Posted by klatu on Jan 17, 2012; 12:20am
URL: https://forum.jogamp.org/Feasible-Fullscreen-Model-tp3663579p3664830.html

I don't think it's possible to add Components to a GLWindow.

Using GLWindow's addChild method only works with NativeWindow objects. NewtCanvasAWT is of the Component class and can't be added to GLWindow. Or I don't know how, anyway.

From what I can tell, my GLContext doesn't get destroyed. I haven't been getting any exceptions so far.
Are you saying it might be possible to add AWT components to the NewtCanvasAWT directly? I haven't actually tried that yet.


I don't think I have the skill or patience to port any of those GUIs. I wouldn't even know where to begin.