Java: suspend frame while other frame getting information from user

Posted by Snigger on Stack Overflow See other posts from Stack Overflow or by Snigger
Published on 2010-05-22T08:29:08Z Indexed on 2010/05/22 8:30 UTC
Read the original article Hit count: 138

Filed under:

Hi
I need to get some information from user by showing a JFrame
I need the first frame pause process until user enter data from the second frame
I thought about using wait() and notify() but I don't know how
How can I do this?

Thanks

© Stack Overflow or respective owner

Related posts about java