JFileChooser is a Java Swing component to provide a simple mechanism for the user to choose a file.
19
votes
4answers
23k views
JFileChooser.showSaveDialog(…) - how to set suggested file name
The bloated JFileChooser seems to be missing one feature: a way to suggest the file name when saving a file (the thing that usually gets selected so that it would get replaced when user starts ...
13
votes
3answers
3k views
Bringing JFileChooser on top of all windows
I seem to have a problem with my very simple implementation of a file chooser dialogue that requires me to minimize Netbeans each time in order to get to it, and it gets pretty frustrating specially ...
13
votes
4answers
5k views
Alternative to JFileChooser
I've a request to make some changes to a little applet that currently use a JFileChooser.
One of the main complaints is that the file chooser is a pain in the ass to use because it behaves differently ...
12
votes
4answers
5k views
How do I restrict JFileChooser to a directory?
I want to limit my users to a directory and its sub directories but the "Parent Directory" button allows them to browse to an arbitraty directory.
How should I go about doing that?
11
votes
6answers
9k views
How to “Open” and “Save” using java
I want to make an "Open" and "Save" dialog in java? An example of what I want is in the images below:
Open:
Save:
11
votes
2answers
975 views
How can Swing dialogs even work?
If you open a dialog in Swing, for example a JFileChooser, it goes somewhat like this pseudocode:
swing event thread {
create dialog
add listener to dialog close event {
returnValue = ...
10
votes
2answers
25k views
How to save file using JFileChooser?
I have a method in my application called "Save as" which Saves the image of my application on computer my into a file.
I used the JFileChooser to let the users choose their desired location for saving ...
8
votes
5answers
17k views
Browse for folder dialog
I need to know how to get the "browse for folder" dialog in java. I am aware of SWT. But I need to do in swing? Is there any solution to this?
[As we start on eclipse it will ask for choose ...
8
votes
5answers
2k views
InterruptedException after cancel file open dialog - 1.6.0_26
The output from the code that follows is:
java.vendor Sun Microsystems Inc.
java.version 1.6.0_26
java.runtime.version 1.6.0_26-b03
sun.arch.data.model 32
os.name Windows XP
...
8
votes
6answers
6k views
JFileChooser select directory but show files
I feel like there should be a simple way to do this but I can't figure it out. I have a JFileChooser that allows the user to select directories. I want to show all the files in the directories to give ...
8
votes
2answers
9k views
jfilechooser - set directory to a path in a file
I am trying to set the directory path in JFilechooser through something like this(using commons-io ) :
String fileContents = IOUtils.toString(new FileInputStream("path.txt"));
File theDirectory = new ...
7
votes
5answers
5k views
JFileChooser embedded in a JPanel
EDIT: I've posted a clarification as an answer, see below for more details.
I am writing a java program that needs a file open dialog. The file open dialog isn't difficult, I'm hoping to use a ...
7
votes
2answers
2k views
How to make JFileChooser Default to Computer View instead of My Documents
In the Windows Look and Feel for JFileChooser, the left hand side of the JFileChooser dialog shows five buttons: Recent Items, Desktop, My Documents, Computer, and Network. These each represent Views ...
7
votes
2answers
1k views
System look and feel layout on JFileChooser but with nimbus look and feel theme
The windows look and feel layout on JFileChooser is much better than other look and feels like nimbus.
So I'm looking for a way to have the layout of a system look and feel but have nimbus or others ...
7
votes
3answers
163 views
How do you remove the Ctrl+C action on a JFileChooser?
I'm embedding a JFileChooser in my program in my own frame with other custom components in the frame. Here's a design of my app as it may help visualize my issues:
If you can't tell, the lists ...
7
votes
2answers
371 views
IOException when opening JFileChooser
Ok this one is really weird. Every first time my application opens a JFileChooser it throws a IOException then some icons don't show properly.
java.io.IOException
at ...
6
votes
2answers
6k views
JFileChooser - multiple file filters?
I have a question about the JFileChooser in Swing. I'm trying to get multiple file extensions in the drop-down box, but have no idea how to do it.
There is the method
extFilter = ...
6
votes
4answers
2k views
JFileChooser Filters
I am putting a JFileChooser in my program, but that only takes images. So I decided to add filters:
Code:
import javax.swing.*;
public class fileChooser {
public static void main(String[] args) {
...
6
votes
1answer
381 views
Java, JFileChooser & Windows Network Shares WITH Password Protection
I need to present to the user or my application a dialogue in which that point to a particular file so naturally the easiest choice is to use a JFileChooser.
However the file that needs to be ...
6
votes
3answers
983 views
How to get the linux folder and file icons and names in java?
I'm creating a tree of folders and files in java. Windows and OSX return the system icons and name with the following code:
new JFileChooser().getIcon(File f);
new JFileChooser().getName(File f);
...
5
votes
7answers
16k views
adjust selected File to FileFilter in a JFileChooser
I'm writing a diagram editor in java. This app has the option to export to various standard image formats such as .jpg, .png etc. When the user clicks File->Export, you get a JFileChooser which has a ...
5
votes
2answers
308 views
Clojure dialog box for file selection with filter for files' extensions
This is a continuous crawling for a lipster beginner on Clojure and Java.
I have this code to select a file, but I would like to filter the files' extensions that I am looking for.
(import ...
5
votes
4answers
3k views
JFileChooser for directories on the Mac: how to make it not suck?
The JFileChooser in "directories only" mode on the Mac has two serious, crippling problems:
1) You cannot create directories with it
2) You cannot switch drives
This is rather a huge problem for my ...
5
votes
3answers
2k views
JFileChooser on OS X
JFileChooser looks nothing like the native widget. I seem to remember reading some hack to get it look like the native widget but searching for it know i can't seem to find it again i came across ...
5
votes
2answers
5k views
set the JFileChooser to open current directory
I created a JFileChooser to open a file, but when I select a file and open it,for second the time that i want to select a file, the JFileChooser is not in the current directory.
How set the ...
5
votes
2answers
2k views
Set the Location of the JFileChooser
How can we set the location of the JFileChooser window, I tried setLocation() and setBounds() methods but it doesn't works.
5
votes
1answer
633 views
How to set a default file name to Swing JFileChooser?
I want to set a default file name as Untitled.txt in text-box of this JFileChooser. Can I set this?
5
votes
3answers
1k views
JFileChooser choose empty file
I'm using a JFileChooser as the editor for a JTable cell. I'd like the user to select a valid file using JFileChooser, then when they hit enter, the file path is saved to the cell. This presents a ...
5
votes
4answers
1k views
JFileChooser hangs sometimes
I am running into the problem of the "hanging JFileChooser" as described in the following threads:
http://forums.sun.com/thread.jspa?threadID=5309960
...
5
votes
2answers
1k views
Alternative to JFileChooser on Linux?
I don't like this ugly FileChooser layout in Linux.
This layout is used by any other program and is MUCH more beautiful.
Is this layout available in Java? If so, how?
4
votes
4answers
945 views
How to use the default File Chooser for the operating system? java
I was just wondering: how does Gmail use the Windows/Mac file chooser to upload files? Is there any way to do this in Java?
Personally, I don't like the way that the JFileChooser looks like, and I ...
4
votes
4answers
648 views
jfilechooser better look?
When I'm using JFileChooser application in my program on Windows 7 it display such window:
But when I run the JWS File Chooser Demo it displays much better window:
Why?
4
votes
2answers
10k views
How to get directory path using JFileChooser?
I have a small java GUI application with a text field on it. When the user clicks the text field an event is triggered and the JFileChooser is launched. It's restricted to directories only.
What ...
4
votes
1answer
453 views
How to forbid directory name editing in JFileChooser?
To browse directories in JFileChooser, users use double-click. The problem is, if they click not fast enough, file chooser thinks they want to edit directory name, and it is very annoying. Is there a ...
4
votes
4answers
3k views
JFileChooser use within JApplet
Can a JApplet use a JFileChooser so that the user can select a file on his hard-drive? Or would this violate Java applet security? (I'm assuming that the default security settings are being used. I ...
4
votes
4answers
1k views
Java JFilechooser
I would like to be able to control the appearance of the JFileChooser. In particular I would like to save how the JFileChooser was displayed when it was last shown. I would like to save whether it was ...
4
votes
2answers
6k views
Using a custom FileFilter with a JFileChooser
I need to filter files in a filechooser that only allows image files to be chosen. I cant seem to figure out whats wrong with my code here:
import java.awt.BorderLayout;
import ...
4
votes
2answers
193 views
FileChooser diff between GUI choice and typing filename
I have an application using JFileChooser to select a directory. In this app, I do not want to try to process symbolic links, and I would like to run on multiple platforms. The code therefore ...
4
votes
3answers
376 views
JFileChooser and NTFS JunctionPoints / Symlinks?
The JFileChooser in Swing (Java 1.6.0_u25) doesn't seem to know how to deal with NTFS Junction Points or Symbolic Links.
The file chooser has no special handling:
int rv = ...
4
votes
2answers
226 views
Is there a way to expand a JFileChooser directory without a mouse
Using a JFileChooser, I can select a directory by double clicking the directory (going down a level) with my mouse. Is there a way to select a directory without the mouse? For example, is there a ...
4
votes
2answers
790 views
Better JFileChooser alternatives for OS X, Linux?
JFileChooser, at least under OS X, produces a very half-baked open dialog that doesn't support things like typing in the start of a file name to select it or disclosure triangles.
Does anyone know of ...
4
votes
1answer
760 views
altering JFileChooser behaviour : preventing “choose” on enter in file path JTextField
Greetings to Swing Pros, here's a good (I hope) question for you.
The below are the task requirements and possible solutions I see. I would like someone having had such a hardcore experience to share ...
4
votes
2answers
2k views
Part of path returned from Directories Only JFileChooser is sometimes duplicated
In my application, I want the user to be able to select a directory to store stuff in. I have a text field that I'm using to display the directory they've chosen. If they just click on a directory ...
4
votes
2answers
2k views
How can I make a JFileChooser on the Mac that lets users create directories?
I have an installer program that lets the user choose a directory in which to install. The JFileChooser implementation on MacOS uses a native dialog (or at least it looks native). That's great.
The ...
4
votes
3answers
556 views
improving JFileChooser under Ubuntu 12.04 (GTK)
I got a problem with the JFileChooser under Ubuntu 12.04.
It looks like on this screenshot: http://www.picfront.org/d/8ExK
Its very uncomfortable to use and it looks very ugly.
I would like to got ...
4
votes
1answer
3k views
Creating custom JFileChooser
To create an Arabic JFileChooser (RTL) I use the following:
MyFileChooser:
import javax.swing.JOptionPane;
import javax.swing.UIManager;
import javax.swing.JFileChooser;
import ...
3
votes
2answers
2k views
Browse for image file and display it using Java Swing
My problem here is,
after clicking Browse button it displays all files in a directory to choose,
then the chosen image is displayed in GUI correctly. But When i click Browse button
for the second ...
3
votes
1answer
1k views
Java JFileChooser with Filter to supposedly display ONLY directories fail to show just directories
(Thanks in advance! Please let me know if you need more info. Sample code at the bottom.)
Problem I'm trying to solve:
I'm trying to get this JFileChooser object to display only directories (and ...
3
votes
3answers
4k views
Add .txt extension in JFileChooser
I have a method that get text from a JTextArea, create a file and write text on it as code below:
public void createTxt(){
TxtFilter txt = new TxtFilter();
JFileChooser fSave = new JFileChooser();
...
3
votes
3answers
138 views
JFilechooser appearance
In my swing application, I have set the UI Look and Feel as:
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
And it works well on Windows. Inside, the application, the user has ...

