Class FileBrowser

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class FileBrowser extends JSpringPanel
Dialog which lets the user selected a known file type and navigate the file system
See Also:
  • Constructor Details

    • FileBrowser

      public FileBrowser(File directory, @Nullable @Nullable JTextArea providedFileName, FileBrowser.Listener listener)
      Parameters:
      providedFileName - If not null then this "provided" will be updated but not added to the browser's GUI
  • Method Details