Login  Register

Borderless Full Screen

Posted by Jonathan Beaudoin on Sep 29, 2016; 2:02am
URL: https://forum.jogamp.org/Borderless-Full-Screen-tp4037257.html

I'm writing a GUI overlay using NEWT (similar behaviour to JWindow, click through, always on top, transparent, etc) but I can't seem to find a way to hide the taskbar icon without making the GLWindow a fullscreen application. I could use JNA to achieve this but I was curious as to wether or not NEWT had the ability to stop the application from showing up in the taskbar.

Here is my code (it's Kotlin):
https://dl.dropboxusercontent.com/u/91292881/ShareX/2016/09/2016-09-28_22-00-39.txt