mbien commented on issue #8040:
URL: https://github.com/apache/netbeans/issues/8040#issuecomment-2568498934

   yeah, some of the methods can be called directly now.
   
   as sidenote, the API still doesn't return anything useful on linux (I have 
several drives mounted on default mount locations):
   
   ```java
       System.out.println(fc.getFileSystemView().getDefaultDirectory());
       System.out.println(fc.getFileSystemView().getHomeDirectory());
       System.out.println(List.of(fc.getFileSystemView().getRoots()));
       
System.out.println(List.of(fc.getFileSystemView().getChooserComboBoxFiles()));
       
System.out.println(List.of(fc.getFileSystemView().getChooserShortcutPanelFiles()));
       
System.out.println(List.of(fc.getFileSystemView().getChooserShortcutPanelFiles()));
   ```
   ```
   /home/mbien
   /home/mbien
   [/]
   [/]
   [/home/mbien]
   [/home/mbien]
   ```


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

Reply via email to