...
A very common way of using file choosers is to use a text field for entering the path with an ellipsis button ("...") for showing the file chooser. To create such a control, use the TextFieldWithBrowseButton
component and call the addBrowseFolderListener()
method on it to set up the file chooser. As an added bonus, this will enable filename completion when entering paths in the text box.
...