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:
    
   
![m4](https://github.com/apache/netbeans/assets/15118571/2ba8eb25-dc8b-4579-9ccf-6d2890cc469d)
   
   


-- 
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-unsubscr...@netbeans.apache.org

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


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

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

Reply via email to