What version of the SDK did you use on linux?
I didn't noticed the problem with 1.3, but then again I have been doing
more linux development since we switched to 1.4.
Robert
Matt Avery wrote:
I have had some very strange problems running Java apps with KDE. The
Oracle Java installer comes to
You may have already checked this, but see if the Window Behavior for
the window manager is "Focus follows Mouse".
Set it to an alternative like "Click To Focus".
It could be something with the window manager.
Best Wishes,
Dave
Matt Avery wrote:
I have had some very strange problems running Jav
I have had some very strange problems running Java apps with KDE. The
Oracle Java installer comes 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
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.