You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/10/06 17:48:31 UTC

[GitHub] [netbeans] neilcsmith-net commented on pull request #4739: Dialog parent main window instead of null

neilcsmith-net commented on PR #4739:
URL: https://github.com/apache/netbeans/pull/4739#issuecomment-1270465839

   Don't we have a lot of things that bypass NetBeans' APIs! :grimacing:   I wonder if it's worth the effort of rewriting them?  Other than that,`DialogDisplayerImpl` and `FileChooserBuilder` have slightly different approaches, which makes me wonder if use of `KeyboardFocusManager` might be better than `getMainWindow()`? eg. https://github.com/apache/netbeans/blob/master/platform/openide.filesystems.nb/src/org/openide/filesystems/FileChooserBuilder.java#L296


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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