Class JFileChooserFilter

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class JFileChooserFilter extends JFileChooser
See Also:
  • Constructor Details

    • JFileChooserFilter

      public JFileChooserFilter(String title_p, String extension_p, String description_p)
  • Method Details

    • addFilter

      public void addFilter(String extension_p, String description_p)
      the extension has to be given without "."
      Parameters:
      extension_p - the extension for the files
      description_p - the description seen in the chooser
    • showChooserDialog

      public String showChooserDialog(Component parent_p)