aspose file tools
The moose likes Java in General and the fly likes JFileChooser csv only and default directory 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 » Java in General
Reply Bookmark "JFileChooser csv only and default directory" Watch "JFileChooser csv only and default directory" New topic
Author

JFileChooser csv only and default directory

Peter Primrose
Ranch Hand

Joined: Sep 10, 2004
Posts: 755
hi

when using the JFileChooser:
1. how can one strict the search for .csv files only
2. start the search from the desktop.

thanks
p
Garrett Rowe
Ranch Hand

Joined: Jan 17, 2006
Posts: 1295
1. how can one strict the search for .csv files only

You can create a subclass of FileFilter and implement the accept method to accept only files ending in *.csv. Then add to the FileFilter using JFicleChooser.setFileFilter() method.

[ April 19, 2006: Message edited by: Garrett Rowe ]

Some problems are so complex that you have to be highly intelligent and well informed just to be undecided about them. - Laurence J. Peter
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JFileChooser csv only and default directory
 
Similar Threads
JFileChooser
Is there any Browse button control in Swing ??
File browser crash course
CSV to Java
how to write coding for browse button in java swing?