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: [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
