Class FileManager.MyFileChooser

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
FileChooser.MyFileChooser
Enclosing class:
FileManager

public static class FileManager.MyFileChooser extends JFileChooser
Have our own class here so it can put the hook in to fix the lock up problem on windows.
See Also:
  • Constructor Details

    • MyFileChooser

      public MyFileChooser(File dir)
      _more_
      Parameters:
      dir - _more_
    • MyFileChooser

      public MyFileChooser(String path)
      _more_
      Parameters:
      path - _more_
    • MyFileChooser

      public MyFileChooser()
      _more_
  • Method Details