CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: JOptionPane

  1. #1
    Join Date
    Feb 2000
    Posts
    1

    JOptionPane

    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




  2. #2
    Guest

    Re: JOptionPane

    You may try using a JOptionDialog and making it modal.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured