How can I set a JOptionPane to be modal only for one parent component ??
843804Feb 4 2002 — edited Feb 4 2005Hello,
I have several Frames that are independants. When I show a JOptionPane I'd like that the frame that opens the JOptionPane is blocked while the others are still available.
If I use a JDialog and set modal= true, it doesn't change anything.
How could I set the JOptionPane so it's modal only for one of the several frames that are present ?
Is there a solution to do this using threads ??
What about starting each frame in a separate thread ??
Herbien.