Right now I have a JFrame and I set it to always be on top (I am faking fullscreen as a workaround to a isFullScreenSupported fail)
However, on Gnome 3 / or Gnome Shell (which ever you prefer, they are the same thing) the top panel still shows above the JFrame, this probably has everything to do with the Shell and not Java, but I was wondering if anyone else had come across this bug/glitch/annoyance before and if so, had any solutions?
Thanks in advance.