I would like to include the "favorites bar" in a file chooser from within my NetBeans 
platform application (the same way the NetBeans IDE does it, when I enable "show favorites in 
the file chooser" in the FlatLaf configuration.

But when I use FileChooserBuilder it displays the standard Swing JFileChooser 
without a favorites panel.

I explicitly set FileChooser.noPlacesBar to FALSE during startup of my 
application, but that doesn't seem to change anything.

When I use "File -> Open" inside the NetBeans IDE it does show the favorites I 
registered inside the NetBeans IDE, not those from the operating system.
So it seems I must register them manually somehow, but I can't find an API for 
that.

This needs to work on  Linux in case that matters.

Any ideas or pointers?




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-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