Class JFCWithEnterAction

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
GUIUtil.FileChooserWithOverwritePrompting, SelectFilePanel, SelectFilesPanel, SelectProjectFilesPanel, SelectRasterImageFilesPanel

public class JFCWithEnterAction extends JFileChooser
Since jdk7, if control buttons are invisible, the chooser does not auto approve (incl. globbing, chdir) on enter key anymore. This helper class is meant to mitigate this.
Author:
ed
See Also:
  • Constructor Details

    • JFCWithEnterAction

      public JFCWithEnterAction()
  • Method Details