Tagged Questions

JFileChooser is a Java Swing component to provide a simple mechanism for the user to choose a file.

learn more… | top users | synonyms

15
votes
2answers
11k 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 ...
10
votes
3answers
472 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 ...
9
votes
4answers
3k 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 ...
9
votes
3answers
3k 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?
7
votes
5answers
447 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 ...
6
votes
3answers
534 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); ...
6
votes
5answers
2k 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 ...
5
votes
2answers
104 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
2answers
261 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 ...
5
votes
2answers
2k 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 = ...
5
votes
5answers
3k 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 ...
4
votes
1answer
147 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
3answers
197 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 ...
4
votes
3answers
136 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
104 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
3answers
300 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
1answer
373 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 ...
4
votes
3answers
171 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
3answers
254 views

How to copy an image in JTextPane java?

I want to know how to copy an image and text in JTextPane. When I use this code, it copies just text but I want to copy text and image. How can be done this? import java.awt.Image; import ...
4
votes
1answer
402 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
580 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
2answers
7k 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 ...
4
votes
3answers
1k 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 ...
3
votes
1answer
44 views

Added tab completion to JFileChooser's File Name inputer

How can I add linux like tab completion to jFileChooser's File Name input field? I'm assuming I need to add a listener to the File Name's text input box to listen for the tab key. But I don't know ...
3
votes
1answer
197 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 ...
3
votes
3answers
178 views

UIManager color at a JFileChooser

I'm using Nimbus Look and Feel, with only 3 changes at its colors: UIManager.put("nimbusSelection", new Color(164,164,164)); UIManager.put("nimbusSelectionBackground", new Color(214,217,223)); ...
3
votes
2answers
165 views

JFileChooser launch problems

I am having problems starting any application on my development machine that uses the 'JFileChooser' Swing object. When I originally developed the application and tested it , the File Chooser window ...
3
votes
2answers
1k 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 ...
3
votes
3answers
387 views

JFileChooser and the “Details View”

When using a JFileChooser there is a "Details View" button. There are 5 pieces of information displayed per file. Icon, Name, Size, Type, and "Date Modified". What class controls the 'Type' value? ...
3
votes
2answers
299 views

Add images in jar dynamically

How to add images in jar dynamically? Is it even possible? In my swing project I let the user select his user_image using JFileChooser. Now I'm not able to use database. So I think if I can add the ...
3
votes
3answers
363 views

Is there a way to improve JFileChooser look and feel under Ubuntu?

I've been making a program that uses a JFileChooser. I've set the application up with UIManager.getSystemLookAndFeelClassName() Which works just fine for pretty much everything under Ubuntu. ...
3
votes
2answers
1k 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 ...
3
votes
2answers
125 views

Folder selection in Ant

As part of a build I am copying files to a user specified folder.. Right now I am doing it like this: <input message="Select Drive to Install Trainer" addproperty="trainer.drive" ...
3
votes
1answer
161 views

Where are the java swing String for me to translate?

The JFileChooser don't provide support for my language, I'd translate strings defined in the file http://www.rgagnon.com/javadetails/JavaUIDefaults.txt with the UIManager.put(), but I'm not finding ...
3
votes
2answers
809 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.
3
votes
1answer
631 views

Customizing javax.swing.JFileChooser to include an additional JTextField

I want to include an additional (optional) JTextField in the FileChooser, allowing the user to fill it in while choosing the file rather than giving them an additional prompt after they make their ...
3
votes
3answers
2k 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 ...
3
votes
4answers
2k 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 ...
2
votes
1answer
30 views

showing predefined file at File Chooser Option in Java Swing

So, i am showing a file chooser dialog using: JFileChooser c = new JFileChooser(); int rVal = c.showSaveDialog(this); if (rVal == JFileChooser.APPROVE_OPTION) { ...
2
votes
1answer
113 views

JOptionPane YES/No Options Confirm Dialog Box Issue -Java

I've just started using JOptionPane and I spent 30mins trying to fix this. I'm pretty sure I'm doing something wrong. I've created a JOptionPane and has only 2buttons YES_NO_OPTION When The it is ...
2
votes
2answers
47 views

Java KeyBindings with JFileChooser

I would like to add Key bindings to my JFileChooser in order to open a file preview window when the SPACE key is pressed. Because of the source code is too big, I just did a simple dirty code : ...
2
votes
3answers
120 views

Disable rename of a file in JFileChooser?

When you click twice (not double click) on a file in JFileChooser, you can rename the selected file. How to disable this feature? I've tried with UIManager.put("FileChooser.readOnly", Boolean.TRUE); ...
2
votes
2answers
176 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 ...
2
votes
2answers
111 views

Java JFrame adding browse button with field

How do I create in Java a GUI to allow a user to enter a directory into a text field and have a browse button next to it, so they can chose the folder easier? I need to do this using JComponents ...
2
votes
1answer
225 views

JFileChooser inside JPanel; how to get users choice

The default JFileChooser works, but what I don't like is the fact that it pops up. I'd rather have one GUI in which all the action takes place. Now, I did manage to do that. The code below places the ...
2
votes
1answer
63 views

Java: JFileChooser getting international filenames

I am using JFileChooser and getting file names with Chinese characters in them. JFileChooser displays them properly, and I want to be able to capture these file names and display them back to the ...
2
votes
2answers
85 views

Browse For a Text File to Read From

I'm trying to make a program in Java where the user is able to click a browse button and then be able to browse through directories for a text file. Once they select that text file, I plan to read ...
2
votes
6answers
172 views

FileFilter for JFileChooser doesn't filter files - don't why, have code

I want to choose only .csv files with FileChooser but when chooser opens I see all extensions. Do I need to set somehing more then this? btnFile.addActionListener(new ActionListener() { ...
2
votes
4answers
256 views

GUI component for folder choosing with select option

I need to create a component as shown in the figure - a tree with directory selection via checkbox. Is there is a built in component for this (like others such as JFileChooser etc.)?
2
votes
1answer
56 views

How can i open up a file and view it

I know the following snippet does not have the functionality of opening a file for viewing. JFileChooser open = new JFileChooser(); int option = open.showOpenDialog( this ); if( option == ...

1 2 3 4