use a "JWindow" instead of a "JFrame" to get a frame that
has NO decorations on it from the Window manager... people
use them and "Window" clases a lot to do splash screens.
-Riyad
On Mon, 31 Jan 2000, Peter Tillemans wrote:
>
> Robert Passaro wrote:
>
> > Hello.
> >
> > I'm using RedHat 6.0
Robert Passaro wrote:
Hello.
I'm using RedHat 6.0 and IBM's jdk1.1.8
(1) Can someone tell me the linux command line to give a java app
keyboard focus, without having to give its window a mouseclick? (I
want
to create an app that does not use a pointer of any kind)
(2) Can someone tell me how I ca
ALT-TAB will switch between windows on fvwm and fvwm-95, maybe with other
window managers also. Window.toFront() will move a window to the foreground
and get the focus; Component.requestFocus() should make a component active,
although I've found this doesn't work sometimes, particularly if the
co
Hello.
I'm using RedHat 6.0 and IBM's jdk1.1.8
(1) Can someone tell me the linux command line to give a java app
keyboard focus, without having to give its window a mouseclick? (I want
to create an app that does not use a pointer of any kind)
(2) Can someone tell me how I can launch a java app