Login  Register

Can't make NEWT window invisible after update to 2.3.2

Posted by clarejor on Mar 14, 2017; 7:39pm
URL: https://forum.jogamp.org/Can-t-make-NEWT-window-invisible-after-update-to-2-3-2-tp4037787.html

On Windows 7, with JOGL 2.3.1, GLWindow.setVisible(false) would make the window invisible, with no icon in the task bar. After updating to JOGL 2.3.2, the same method results in the window instead being minimized to the taskbar. Is there no way to make the window truly invisible without destroying it anymore?