Re: Fullscreen on secondary monitor
Posted by elect on
URL: https://forum.jogamp.org/Fullscreen-on-secondary-monitor-tp4032833p4033306.html
I am doing this
GLProfile gLProfile = GLProfile.getDefault();
GLCapabilities gLCapabilities = new GLCapabilities(gLProfile);
Display display = NewtFactory.createDisplay(null);
Screen screen = NewtFactory.createScreen(display, 0);
glWindow = GLWindow.create(screen, gLCapabilities);
How can I choose the display where going fullscreen now?