Anyone had problems with jFilechooser?
843807Jan 8 2010 — edited Jan 8 2010I have problems with JFilechooser freezes when invoking returnVal = chooser.showDialog(this, "Select");
For some reason it freezes the entire program, allthough sometimes (rarely), it doesn't freeze.
Are there currently any problems with JFileChooser? I have not had any problems when embedding it in a window - only when using it on its own with JFileChooser chooser = new JFileChooser();
Regards / Daniel