Re: Java App placement in Gnome

2000-01-31 Thread Riyad Kalla
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

Re: Java App placement in Gnome

2000-01-31 Thread Peter Tillemans
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

Re: Java App placement in Gnome

2000-01-27 Thread peter johnson
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

Java App placement in Gnome

2000-01-26 Thread Robert Passaro
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