On Sat, 6 Nov 2021 at 23:25, Scott Palmer <[email protected]> wrote: > > Done. > [NETBEANS-6179] Open Project dialog can take over 30 seconds to appear on > Windows. - ASF JIRA (apache.org) > <https://issues.apache.org/jira/browse/NETBEANS-6179>
Have commented on the issue, but I suspect from Jaroslav's pointing out of it being stuck in FlatFileView::getIcon that this might be caused by the call to getSystemIcon(..) in JDK. Some bugs like this in the past there on Windows, and I wonder if some JDK 17 changes around large icons might also be triggering this. Maybe something to consider here too? https://github.com/apache/netbeans/blob/master/ide/projectui/src/org/netbeans/modules/project/ui/ProjectChooserAccessory.java#L591 Best wishes, Neil --------------------------------------------------------------------- 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
