Håkan Thörngren wrote:
>
> How can I get full screen frames?
>
> We have a number of diskless Java Linux clients running the 1.1.6 x86
> blackdown port. The GUI is opened on a single fram *without* any
> window manager (java runs as last program in the X script).
> This gives a window without decoration which is perfect in our
> environment. The (poor) user cannot accidently press any strange key
> sequences and have the window disappear.. :-)
>
> The problem is that it still seems to allocate some pixels for the
> (non-existent) window decoration, how can I stop it from doing that?
I'm making the assumption that you turned of the frame
decorations in the window manager (this may not be the case). If
you are using java.awt.Frame for your base window you might try
using java.awt.Window instead. The only difference (I think)
being the the Window class does not contain a border. Whoops, I
just noticed that you aren't using a window manager. You might
try it anyway.
jason
--
Jason Gilbert | http://www.scott.net/~jason/
| http://www.homewood.net
------------------------------------------------------
I wish I could make the garbage collector thread in my
brain less agressive.