Pop-up window in Java Swing

Posted by Gabriel Parenza on Stack Overflow See other posts from Stack Overflow or by Gabriel Parenza
Published on 2010-03-08T21:50:13Z Indexed on 2010/03/08 21:51 UTC
Read the original article Hit count: 364

Filed under:
|

Hey,

Can someone suggest me how to implement a pop-up window in Java Swing. I want the pop-up window to be a modal window (user cannot return to the main window when the pop-up is open).

I tried doing it using JDialog but it allows only one widget for user input to be in it whereas I need multiple widgets. I may be wrong here but this is what I was able to do.

Appreciate your help.

© Stack Overflow or respective owner

Related posts about java

Related posts about swing