errael commented on PR #4739:
URL: https://github.com/apache/netbeans/pull/4739#issuecomment-1270172976

   > wondering what happens if a dialog opens a dialog
   
   I have an example of that in a plugin, in something in Options I do
   ```
   JOptionPane.showMessageDialog(
           ViManager.getFactory().getMainWindow(),
   ```
   Does the right thing. In particular, JOptionPane creates a modal dialog, end 
of story.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to