Hi
How (if possible) can I make a window the active, and in front of any
other windows (also outside the JVM). I have an application, an little
notifycation application, but my JDialogs does not go to front, if it is
minimized or hidden behind another window. I have tried this :
jDialog.setVisible(true);
jDialog.toFront();
jDialog.requestFocus();
but this don't do the trick.. Any ideas?
Regards,
Frederik Hansen
|