es to mind.
I always run Gnome and developed a fairly large Swing app on my Linux
box ( Mandrake 8.2 then 9.0, Eclipse 2.0 then 2.1 ). We did not
experience any focus problems. The other developers on the team were
running Windows and we all had the same behavior in the Swing app.
Robert Up
I use Slackware but it should be the same for any linux if you use bash
as your shell.
add somthing like:
export PATH=$PATH:/path/to/java/bin
to your .bash_profile or /etc/profile
Andrea Aime wrote:
Kent E wrote:
I know I did this once.. but it was in mandrake… now I want to know
how to do
I have a Swing application that works as I expect and want under windows
but the same application under linux will not handle focus requests the
same way. I updated all my requestFocus() methods to be
requestFocusInWindow() like the 1.4 docs recommend and I am yet to get
the result I desire.