Borderless Full Screen

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Borderless Full Screen

Jonathan Beaudoin
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
Reply | Threaded
Open this post in threaded view
|

Re: Borderless Full Screen

gouessej
Administrator
Hi

There is a request for enhancement about this feature:
https://jogamp.org/bugzilla/show_bug.cgi?id=940

Feel free to help us to implement it. Note that we use GlueGen (JNI) instead of JNA and there is no plan of using Kotlin in JogAmp.
Julien Gouesse | Personal blog | Website