Author:
A JFileChooser implementation that fixes an annoying problem with the standard Java chooser when opening it from a dialog window (such as the options dialogs in jEdit). This wil ensure that the parent of the file chooser is the dialog, so the "modal" behavior will be correct. It also provides a "show all files even hidden ones" filter.