A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Java
»
Swing / AWT / SWT
Author
Folder Selector
ajeesh_online
Greenhorn
Joined: Apr 30, 2006
Posts: 9
posted
May 11, 2006 12:40:00
0
I got "File Selector in SWING" is there any "Folder SELECTOR" Option?
Michael Dunn
Ranch Hand
Joined: Jun 09, 2003
Posts: 4632
posted
May 11, 2006 15:22:00
0
JFileChooser
fc = new
JFileChooser
(".");
fc.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);
I agree. Here's the link:
http://jrebel.com/download
subject: Folder Selector
Similar Threads
NIO Server: listening on client's side socket
copy only files excluding sub directories
CSS selectors confusion
Code to get HTML table data into a java program
jQuery select option
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter