Login  Register

Re: Feasible Fullscreen Model?

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.

> http://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/com/jogamp/newt/awt/NewtCanvasAWT.html#NewtCanvasAWT(com.jogamp.newt.Window)
> http://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/com/jogamp/newt/awt/NewtCanvasAWT.html#NewtCanvasAWT(com.jogamp.newt.Window)
> Give it a try and if it works for you, I will check if it works fine on GNU
> Linux too.