Hang « JFileChooser « Java Swing Q&A





1. JFileChooser hangs sometimes    stackoverflow.com

I am running into the problem of the "hanging JFileChooser" as described in the following threads: http://forums.sun.com/thread.jspa?threadID=5309960 http://forums.sun.com/thread.jspa?threadID=724817 http://x86.sun.com/thread.jspa?threadID=5275999&messageID=10156541 I am using JVM 1.6.0_07-b06. It happens on Windows XP ...

2. JFileChooser: setSelectedFile() hangs    coderanch.com

The code belong to a File IO component of the software I write. Here the fields: - lastSaveFile is an instance filed holding the file last saved to - model is a method argument, basically providing the format a document was last saved in (XML, txt, etc.) - selectedFormat is the JFileChooser FileFilter matching the saving format - fileKeeper is an ...

3. jfilechooser hangs    forums.oracle.com

public class PictDeskUploader extends JApplet //implements ActionListener { public static final long serialVersionUID = 1L; private DefaultListModel listModel; // We need a model to adjust the list public JList pictFileList; // the Jlist object that will hold the list of files Container contentpane; // used to reference where the list will be placed public JFileChooser fc; // file chooser private File[] ...