Class DirectoryChooserPanel

    • Field Detail

      • m_DirectoryChooser

        protected FileChooser m_DirectoryChooser
        the JFileChooser for selecting a file.
      • m_DirectoryChooserTitle

        protected String m_DirectoryChooserTitle
        the title to use for the dirchooser.
      • m_DirectoryChooserTitleDefault

        protected String m_DirectoryChooserTitleDefault
        the default dirchooser title.
      • m_UseAbsolutePath

        protected boolean m_UseAbsolutePath
        whether to use absolute path rather than placeholders.
    • Constructor Detail

      • DirectoryChooserPanel

        public DirectoryChooserPanel()
        Initializes the panel with no file.
      • DirectoryChooserPanel

        public DirectoryChooserPanel​(String path)
        Initializes the panel with the given filename/directory.
        Parameters:
        path - the filename/directory to use
      • DirectoryChooserPanel

        public DirectoryChooserPanel​(File path)
        Initializes the panel with the given filename/directory.
        Parameters:
        path - the filename/directory to use