|
You need to use java.awt.Window or javax.swing.JWindow to get what you
want ... which means you will need to put your own wrapper around the Applet
in order to run it from a command line .. which is what MainFrame allows
you to do ...
hope this helps
Andrew Fellows
Hello,
I am using the usual :
Frame foop
= new MainFrame(Floppy(string),800,600) etc....
Could anyone advise on how to remove
the Menu/title bar from the top of
the window,
and the border from the sides, so
that I have just the rendered canvas
visible ??
I remember someone on this list once
mentioned how to do this in
connection with emulating
FullScreen using OpenGL. (rather than
FullScreen DIRECTX etc....)
I would just like to have a FLOATING
BORDERLESS, TITLELESS window.
Thanking you all in advance,
Lumenshroom.
|