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

learn more… | top users | synonyms

3
votes
2answers
516 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 ...
2
votes
2answers
189 views

JFileChooser doesn't return full file name on OSX 10.7

The problem is that the File object returned by JFileChooser has incomplete file name. To be more exact it returns the file name without the file extension part. I have tried retrieving the path using ...
1
vote
2answers
936 views

jFileChooser.showOpenDialog() freezes the application..no error / exception..tried several things

I am making a Summarizer project in NetBeans 6.9.1 in that I have a "Browse" button which should open a open dialog box on JFileChooser. I looked over here: very similar question on stackoverflow ...
0
votes
2answers
40 views

Exclude root drive selection from JFileChooser in Swing

I have a requirement where a user browse through JFileChooser and selects a folder. But while doing this selection the user should not be allowed to select root drive. By "Root Drive" I mean C: or D: ...
0
votes
2answers
40 views

Save operation - File is not externally editable

I am using JFileChooser and it is working fine. File a = new File(strSavepath); JFileChooser fc = new JFileChooser(a); Problem is that I am unable to edit the saved file manually using Notepad or ...
3
votes
1answer
112 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 ...
2
votes
1answer
50 views

Using FileDialog on MacOS X instead of JFileChooser for file AND directory

Here's my problem. I have a Java application that runs on MacOS X. Right now I'm trying to make this application available on the Mac App Store. Unfortunately, Apple always reject my application ...
2
votes
1answer
82 views

JFileChooser's anomaly with MyComputer in Windows

I created a file chooser using swing to select only images from a windows platform. I used a FileFilter to do that. The code of the accept() method overridden form the FileFilter class is: public ...
2
votes
1answer
108 views

Restricting a JFileChooser to a certain directory

I need to restrict my JFileChooser to a directory and its children, because the file should only be saved on external media. I won't run into any problems with the external memory not being present, ...
2
votes
1answer
263 views

JFileChooser - Not browsing through the 'Mounted Drives' in windows server 2008 machine

I use JFileChooser in one of my java tool to browse file locations. It has a problem in browsing into the mounted drives - We can just chose the mounted drive but cannot go to next level/open and ...
1
vote
1answer
651 views

how to upload and display image in JFrame using JFileChooser

Hi i'm creating an apps named "profile searcher".By using JFileChooser i need to upload and display the image(i.e the user wants to set his/her profile picture) in JFrame..How should i do it???? Here ...
1
vote
1answer
143 views

jFileChooser not working when used with task scheduler

I have a program that would send emails with attachments to users. The program should be ran according to the scheduled time, and because of that I use task scheduler to do it for me. I did all ...
1
vote
1answer
379 views

How can I make JFileChooser behave properly with disconnected network drives?

When I create a JFileChooser on a system with a disconnected network drive it takes forever before the JFileChooser gets displayed. It blocks the EDT for about 20s with a single disconnected network ...
1
vote
1answer
1k views

How do I setup up JFileChooser for single click behavior in java Swing?

How do I change the JFileChooser behavior from double-click selection to single-click selection mode? I'm developing an application to run with either a single-click interface (nothing requires a ...
0
votes
1answer
60 views

Set filechooser Colors with Nimbus L&F

I'm using custom Colors with Nimbus. After hours of searching I can't find out how to set the Background and Foreground colors for JFilechooser properly. My (non working) code: ...
0
votes
1answer
60 views

showSaveDialog() doesn't show when app is deployed

I have to export my phonebook from database to some txt or pdf file. I use JFileChooser to choose destination where to save a txt/pdf file. While I have my aplication running in eclipse and tomcat ...
0
votes
1answer
97 views

java path to file on server must double backslah

I have a Java GUI. The user selects with the JFileChooser Dialog a file including the path to the file. The path is displayed in a text box, e.g. \\developDB\directory\subdirectory\file.info When I ...
0
votes
1answer
95 views

Getting the Open button and JTextField in a JFileChooser?

In my custom JFileChooser, I want to get the Open button, so I am using the following code: private static JButton getOpenButton(Container c) { Validator.checkNull(c); int len = ...
0
votes
1answer
79 views

Browse button for FTP

I am new to java and trying to learn. Right now I am trying to write a download/upload manager program. I want to make a browse button for FTP so user can select from there which file to download. I ...
0
votes
1answer
36 views

JFileChooser questions

I know there is a way to make it so that the file you choose can only be a specific kind, but at the moment, I don't know how. Could someone please specify this please? BTW I know it involves the ...
0
votes
1answer
516 views

Using JFileChooser to read a file name

I am using the File input stream to input a file String filename="D:\\abc.txt"; File file = new File(filename); It works fine up till now. Now I want to input the file name using JFileChooser ...
2
votes
0answers
121 views

JFileChooser does not react on pressing enter since java 7

I have a problem with the JFileChooser embedded in a JFrame. If I type a filename or regex into the textfield and press "enter" key nothing happens. If I use the "open" button instead of enter it ...
2
votes
0answers
279 views

JFileChooser filename

I have a problem with JFileChooser. I am embedding it in a custom dialog and the custom dialog has its own OK and Cancel buttons and the dialog is not changeable. I am therefore setting ...
1
vote
0answers
99 views

Configure a JTree like a JFileChooser?

I am new to using JTrees in Java. I am kind of in doubt as to how to configure it the way I want. I've been looking around for answers, but either I am not searching right, or maybe it's not possible ...
1
vote
0answers
111 views

Saving file java

Because the File object constructor needs a String to represent the path and considering other reasons, I chose to make a temporary file and when the user wants to save, to take the content of the ...
1
vote
0answers
141 views

Using JFileChooser with LWJGL Applet turns not responding

When I'm working in eclipse everything works fine but in browser.. I have an applet that is using lwjgl, and the applet is signed. I want to save some file so I'm adding only this: JFileChooser ...
1
vote
0answers
230 views

Java - JFileChooser Network Dir User/Password prompt

I have a problem with a Java applet. I implemented an applet that starts a JFileChooser dialog to choose a directory. This directory is given back to a web application which started the Java ...
0
votes
0answers
46 views

Having exceptions while using JFileChooser to open an excel file and reading the data

I am trying to open an excel file from jMenu and display the whole table in jFrame. The JFileChooser and JTable part I have in a ImportExcel class, the JFrame part is in Home class which has initUI() ...
0
votes
0answers
13 views

Java: fatal error, access violation in Java_sun_awt_shell_Win32ShellFolder2_compareIDsByColumn

The program pops up a JFileChooser, and if the user goes into details view then clicks on the column headings, the program dies completely with an exception access violation and the problematic frame ...
0
votes
0answers
22 views

Protect java swing from network interruptions

I'm showing my ignorance here... I am programming on a Linux system, with a network CIFS file system mounted at /mnt/network. I am trying to be able to recover gracefully when I have a Swing ...
0
votes
0answers
44 views

Java - Calling System.setOut, System.setErr and JFileChooser.showDialog freezes application

Sorry for needing help so soon after my last question (here), but now I have another problem in the same application. This code: PrintStream stdOut = new PrintStream(new StandardOutputStream(), ...
0
votes
0answers
63 views

How to Drag and Select Files in a JFileChooser

I have a JFileChooser that I would like to select multiple files from. I want to be able to drag and select multiple files; having the same functionality as Ctrl and Shift (think your OS's folder, the ...
0
votes
0answers
137 views

Check if Folder present in a Directory and list all files inside that specific Folder Java

I am using JfileChooser for the Folder Selection. Suppose the Directory Contains these Folders: main src test I want the program to automatically select the "src" folder and list all its file ...
0
votes
0answers
73 views

Using SystemLookAndFeel breaks JFileChooser.getSelectedFiles()

I'm creating a simple GUI in Java, which includes a JFileChooser. In my main method I have the following code: try { UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); } catch ...
0
votes
0answers
61 views

Displaying JFileChooser when JFrame is in full screen mode

How can I display a JFileChooser if my JFrame is in full screen mode. It should pop up in front of the frame. Here's my JFrame code in the constructor to make the frame full screen. GraphicsDevice gd ...
0
votes
0answers
64 views

USB doesn't appear in jfilechooser

I want to upload files from phone device/USB by Jfilechooser but the phone device doesn't appear in open dialoge any body help me please thanks million
0
votes
0answers
36 views

Change predefined words in JFileChooser

JFileChooser (Java, Swing) dialog has predefined words like "File" or "Save As:" (left of information filed on the top of dialog). Is it possible to change it? For example, I allow select only ...
0
votes
0answers
43 views

How updateUI of jfilechooser Affect on return file?

what is Problem here?? the problem is file opject on collection doesnt write on file this class of jfilechooser calling it from panel if convert file chooser to java defult ui (without ...
0
votes
0answers
26 views

FileChooserBuilder: whole path being displayed on windows

I'm having problem using filechooser builder on windows. Its works as expected on OSX by only displaying the directory you are in, in the dialog text box and user can then remove dir name and enter ...
0
votes
0answers
129 views

Is it possible to create a Custom FileDialog in SWT/RCP

The existing FileDialog opens once we call the FileDialog constructor is - Now I want to customize the same. For example I want to add a new Button after Cancel named "Append". Can it be possible in ...
0
votes
0answers
111 views

Prepopulating file name in JFileChooser

I pretty much want to do this: Save using JFileChooser with pre-populated file name? Goal is to have, upon initializing the dialog, predefined name in the File name (Direcory name, acctually) ...
0
votes
0answers
105 views

saving files with jfilechooser

I'm writing a script in Taverna for saving a file with jfilechooser. The idea is to store the output of the application in turn into a file. I want the user to select the file location and input the ...
0
votes
0answers
180 views

JFileChooser - setting a fixed file name

I am making an application that works similar to a text editor with code highlighting. When I try to save some text, I want a fixed file name to appear on the JFileChooser which will not change ...
0
votes
0answers
281 views

How to save with file chooser as an image

Im a newbie I just need to know how to save the uploaded file to my computer any help greatly appreciated. "fis" is what i want to save int returnVal = fileChooser.showOpenDialog(this); if ...
0
votes
0answers
173 views

having problems with with resizing an image to fit in a label

I'm having problems re-sizing an image to fit in a label. I hope you can help thank you in advance. I have a button "browse" to which I add an ActionListener a showOpenDialog is being open with the ...
0
votes
0answers
134 views

Java RepaintManager and JFileChooser

I am programming a simulation software using Java. I have a frame in which I paint with double buffering. Below is how I do that in constructor: repaintmanager = new UnRepaintManager(); ...
0
votes
0answers
246 views

Passing arrays from JFileChooser to another class Java

Help in passing arrays in another class this is the code that comes from a JFileChooser. in here I store the paths that is selected from the jfilechooser in path[] array public void ...
0
votes
0answers
150 views

How to replace the simple panel when right click on the window of JFileChooser with something like the Context Menu of Windows

I'm writing a simple Java application that uses JFileChooser. However when interacting with the JFileChooser Panel, I want every time I right click on a file, it should trigger the context menu we ...
0
votes
0answers
295 views

Why does my paintComponent doesn't work?

I think that the reason why my paintComponent is not working because I placed the image as a JLabel in a JPanel. I want to use drawRect to draw a rectangle when I click using the MouseListener. My ...
0
votes
0answers
318 views

JFileChooser missing labels under icons in left side panel

Does anyone know how to get the "Desktop", "My Documents" etc labels to appearing in a JFileChooser using windows look and feel & jnlp. EDIT - Further Info: It seems if I create a simple ...

1 2