Class PamFilePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class PamFilePanel extends JPanel
Author:
Doug Gillespie has main functionality to give panel and and jfile chooser can be subclassed/altered
See Also:
  • Constructor Details

  • Method Details

    • setFile

      public void setFile(String filePath)
    • getFile

      public File getFile(boolean mustExist)
    • getFileTypes

      public String[] getFileTypes()
      Returns:
      the fileTypes
    • setFileTypes

      public void setFileTypes(String[] fileTypes)
      Parameters:
      fileTypes - the fileTypes to set