MKuettner commented on issue #6835: URL: https://github.com/apache/netbeans/issues/6835#issuecomment-1858783926
The dialog is invoked from a NodeAction by calling `DialogDisplayer.getDefault().notify(..descriptor..)` so this should automatically run on EDT. I also added some `SwingUtilities.isEventDispatchThread()` check that are all pass. This problem is also hard to debug since all the involved methods are called so many times without any problem. I will try to extract some kind of test case. -- 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
