Re: glwindow on secondary monitor
Posted by
gouessej on
Dec 17, 2011; 9:30am
URL: https://forum.jogamp.org/glwindow-on-secondary-monitor-tp3593579p3593697.html
Hi
Using NEWT is mandatory to do this. Use the NEWT child (the last parameter of the constructor of NewtCanvasAWT), create it separately with the static create() method taking a Screen instance as a first parameter, get the second screen to use your second monitor. Best regards.