There appears to be a way to fix it using a freedesktop property _NET_WORKAREA as in this bug in eclipse https://bugs.eclipse.org/bugs/show_bug.cgi?id=33659.
I'm going to try to fix it in my application by querying the properties.... On Sat, Jan 9, 2010 at 10:51 PM, Paulo Levi <[email protected]> wrote: > Btw Netbeans suffers from this bug too (on view -> Fullscreen) > > > On Sat, Jan 9, 2010 at 10:44 PM, Paulo Levi <[email protected]> wrote: > >> Seems like it is always : >> java.awt.Insets[top=0,left=0,bottom=0,right=0] >> even with the toolbars active. >> >> Why doesn't this work like in windows? >> > >
