(File path)
| 248 | } |
| 249 | |
| 250 | public File changePath(File path) { |
| 251 | return this.changePath(path, JFileChooser.DIRECTORIES_ONLY); |
| 252 | } |
| 253 | |
| 254 | public File changeFile(File file) { |
| 255 | return this.changePath(file, JFileChooser.FILES_AND_DIRECTORIES); |
no outgoing calls
no test coverage detected