Reputation: 1186
The thing I want to implement is the next UI hierarchy in my Swing application.
How can I code this?
Upvotes: 1
Views: 419
Reputation: 324118
Specify the owner when you create the JDialogs. Read the JDialog API for the proper constructor to use. I would guse the owner of the dialog in point 3 would be the dialog in point 2.
Upvotes: 1