lyh061619 commented on issue #6800:
URL: https://github.com/apache/netbeans/issues/6800#issuecomment-1847042790
> does this also happen with the open file dialog?
>
> both file choosers open instantly for me with no delay.
>
> I am wondering if this is a variant of #6361, or some of the other JDK
filechooser issues connected to disktop shortcuts on windows.
>
> how long does this take to open?
>
> ```java
> public static void main(String[] args) {
> JFileChooser jfs = new JFileChooser();
> jfs.showOpenDialog(null);
> }
> ```
Yes, I will use the test code you provided to sample the results as follows:

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