mbien commented on issue #8040: URL: https://github.com/apache/netbeans/issues/8040#issuecomment-2568539526
> I'm not sure if it would help address this issue, @neilcsmith-net me neither. But the code uses non public API here: https://github.com/apache/netbeans/blob/59bea23a0866f326fe5a06a7a2047c4e60a4dd0e/ide/o.n.swing.dirchooser/src/org/netbeans/swing/dirchooser/DirectoryChooserUI.java#L1917 this check is missing when `sun.awt.shell.ShellFolder.getShellFolder` called directly for example (instead of using the package private method): https://github.com/openjdk/jdk/blob/84e6432bb73e35b32f12cdc0e1a172b7c973e618/src/java.desktop/share/classes/javax/swing/filechooser/FileSystemView.java#L719-L721 I assume that the regular file chooser works fine on windows for those who face this issue. -- 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
