How to disable main JFrame when open new JFrame

Posted by newbie123 on Stack Overflow See other posts from Stack Overflow or by newbie123
Published on 2010-06-12T15:04:47Z Indexed on 2010/06/12 15:12 UTC
Read the original article Hit count: 397

Filed under:
|

Example now I have a main frame contains jtable display all the customer information, and there was a create button to open up a new JFrame that allow user to create new customer. I don't want the user can open more than one create frame. Any swing component or API can do that? or how can disabled the main frame? Something like JDialog.

© Stack Overflow or respective owner

Related posts about java

Related posts about jframe