Login  Register

GLWindow.setAlwaysOnTop() does not work on OSX

Posted by ac on Sep 12, 2015; 10:43am
URL: https://forum.jogamp.org/GLWindow-setAlwaysOnTop-does-not-work-on-OSX-tp4035266.html

Hi there,

I wrote a small test program where I use the FPSAnimator and call setAlwaysOnTop() in the init() method:

https://github.com/codeanticode/jogl2-tests/blob/master/src/test/windows/WindowTopNEWT.java

It works as expected on Windows (10) and Linux (Ubuntu 12.04 with default window manager), but it does not on Mac OSX (10.9.5). I can file a bug report if needed.

Andres