Alt-Tab in fullscreen
Posted by Mike on Mar 28, 2012; 7:52pm
URL: https://forum.jogamp.org/Alt-Tab-in-fullscreen-tp3865792.html
Hi guys,
I'm using jogl2.0-rc5, and I use GlWindow as my GLAutoDrawable. I experience weird behavior when i alt-tab out of my fullscreen application. The window loses focus and i can see my windows toolbar, but It is still on top of everything else. It feels like it is set to be always on top even though i explicitly call glWindow.setAlwaysOnTop(false); Perhaps there is a bug in the setAlwaysOnTop() method? Or something with my graphics drivers? I am using the newest Catalyst drivers on my Radeon 5870.
On a slightly related note, java.awt.Frame has a method setResizable(boolean), is there anyway to do something similar with GLWindow?
Thanks,
Mike