RE: JNI and Dead Thread on Linux

2000-01-27 Thread Lee_Xing
-Original Message- From: Jo Uthus [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 27, 2000 1:31 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: JNI and Dead Thread on Linux [EMAIL PROTECTED] wrote: | Q1: | | command line command "ps -a" shows 4 java (JVM) running.

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