Useful to modify the locations used by this file chooser. @param locations a map of (resource name file location) @see #getLocations()
(Map<String, String> locations)
| 144 | * @see #getLocations() |
| 145 | */ |
| 146 | public void setLocations(Map<String, String> locations) { |
| 147 | Gate.getUserConfig().put(XJFileChooser.class.getName(), locations); |
| 148 | } |
| 149 | |
| 150 | /** |
| 151 | * Set the file name to be used instead of the one saved in the preferences. |
no test coverage detected