The moose likes Swing / AWT / SWT and the fly likes JFileChooser Help Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "JFileChooser Help" Watch "JFileChooser Help" New topic
Author

JFileChooser Help

Cody Long
Ranch Hand

Joined: Jan 01, 2009
Posts: 95
Hi all, I need help with JFileChooser. I would like to know how to filter the shown files to only show bitmap files. I have google around and not really found anything. Thanks for the help.

[EDIT] Nevermind. I just looked at the API docs. Don't know why I didn't look there in the first place.


Duct tape is like the Force. It has a dark side, a light side, and it binds the whole universe together.
Mohamed Sanaulla
Bartender

Joined: Sep 08, 2007
Posts: 2946
    
  15

Yeah, we were about to tell you to look up the API Most of the times going through the API will solve the problem.


Mohamed Sanaulla | My Blog
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JFileChooser Help
 
Similar Threads
JFileChooser Event
Adding button to JFileChooser
JfileChooser to open a file
Getting correct filename with JFileChooser
saving a text file using JFileChooser