..
> how can I get a JFrame to be the focused window on top of all others?
> I've tried
..
> I also tried
>
> setAlwaysOnTop(true);
> requestFocus();
To some extent, it depends where, when,
under what circumstances these methods
are called. A quick test here showed
no problems getting focus (Win XP, Java 6)
to the second of three JFrames using
requestFocus().
> but it didn't work.
Can you provide an SSCCE that shows
this behaviour?
<http://www.physci.org/codes/sscce.html>
Andrew T.