Posted by Sven Gothel on Jan 17, 2012; 11:10am URL: https://forum.jogamp.org/Feasible-Fullscreen-Model-tp3663579p3665772.html
On Tuesday, January 17, 2012 10:36:01 AM gouessej [via jogamp] wrote:
>
> As far as I know, you can create a NewtCanvasAWT with a GLWindow as a
> parent:
*as a child.
GLWindow is a native _child_ of NewtCanvasAWT.
NewtCanvasAWT is a native _parent_ of GLWindow.
*native*, because it utilizes the native windowing toolkit's parenting
not AWT's, which is the solution to make it work.