Selective modality of JDialog
I have two instances of class JFrame mainFrame and otherFrame.
I show the otherFrame from mainFrame.
I want that dialogs that showed from mainFrame doesn't block otherFrame. Dialogs should block only frame from what it calls.
I see the decision on problem only creation the new application from mainFrame. But I don't want to follow by this way.
Any thoughts?
Thanks,
Y.

