Java: suspend frame while other frame getting information from user
- by Snigger
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