Re: KDE task bar is always on top of fullscreen Java applications
Posted by Sven Gothel on Jun 22, 2011; 1:39pm
URL: https://forum.jogamp.org/KDE-task-bar-is-always-on-top-of-fullscreen-Java-applications-tp3088594p3095551.html
On Wednesday, June 22, 2011 01:51:51 PM Rami Santina [via jogamp] wrote:
>
> AWT in my opinion doesnt have a FS mode for say, whats done there is set
> window size to max and make it undecorated.
> What we did in Newt is request "exclusive" mode for the window.
Yup, i.e. seeting a WM hint, using WM communication w/ ATOMs.
~Sven