G
giangiammy
Hi all,
I'm using
JOptionPane.showMessageDialog(frame, s);
to show a message, and let the user press the OK button.
The behaviour I'd like is that the pop up window remaind
in front of all the current windows, and if I click on a background
window is cannot hide my optionpane window.
I have not find an option to do this, but I think it should be
present!
Any idea how I can do this?
(or link to examples)
thanks
giammy
I'm using
JOptionPane.showMessageDialog(frame, s);
to show a message, and let the user press the OK button.
The behaviour I'd like is that the pop up window remaind
in front of all the current windows, and if I click on a background
window is cannot hide my optionpane window.
I have not find an option to do this, but I think it should be
present!
Any idea how I can do this?
(or link to examples)
thanks
giammy