Click to See Complete Forum and Search --> : JOptionPane


DeepaNadig
February 22nd, 2000, 10:41 PM
Hi

I have a JApplet & many JPanels to be displayed one at a time in the JApplet.

To display any error message or information to the user , i want to display a JOptionPane. By the JOptionPane is not MODAL. How do I make it modal???

Please reply asap, this is very urgent.

Thanks in advance Deepa Nadig

February 23rd, 2000, 03:43 PM
You may try using a JOptionDialog and making it modal.