Re: KDE task bar is always on top of fullscreen Java applications
Posted by
Rami Santina on
Jun 22, 2011; 11:51am
URL: https://forum.jogamp.org/KDE-task-bar-is-always-on-top-of-fullscreen-Java-applications-tp3088594p3095143.html
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.
On Wed, Jun 22, 2011 at 2:01 PM, gouessej [via jogamp]
<[hidden email]> wrote:
You tested with NEWT and this bug comes from AWT in my humble opinion.