Class RMFileChooserUtils


  • public class RMFileChooserUtils
    extends java.lang.Object
    FileChooser utilities.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  RMFileChooserUtils.RJFileChooser
      A JFileChooser subclass that gets (and saves) its size to preferences.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String showChooser​(boolean save, java.awt.Component aComp, java.lang.String aDesc, java.lang.String... theExtensions)
      Runs a file chooser that remembers last open file and size.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RMFileChooserUtils

        public RMFileChooserUtils()
    • Method Detail

      • showChooser

        public static java.lang.String showChooser​(boolean save,
                                                   java.awt.Component aComp,
                                                   java.lang.String aDesc,
                                                   java.lang.String... theExtensions)
        Runs a file chooser that remembers last open file and size.