Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Directory Browser Dialog

Status
Not open for further replies.

BTCMan

Programmer
Jun 17, 2005
21
0
0
BR
Hi,

I would like suggestions on how to open a Directory only Browser Dialog (I mean: only folders are listed and one of them can be selected). I was trying to use JFileChooser with setFileSelectionMode set to DIRECTORIES_ONLY, but this was not I was looking for (I want to avoid the window to have a filename input area):

JFileChooser fileChooser = new JFileChooser(); fileChooser.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);

I am not sure if a FileFilter should be create to directories only. If so how to do that? Thanks in advance!


BTCMan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top