Package com.inductiveautomation.rm.swing
Class RMFileChooserUtils
- java.lang.Object
-
- com.inductiveautomation.rm.swing.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.
-
Constructor Summary
Constructors Constructor Description RMFileChooserUtils()
-
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.
-