(File file)
| 148 | } |
| 149 | |
| 150 | public void setSourcePath(File file) { |
| 151 | if (file == null) { |
| 152 | return; |
| 153 | } |
| 154 | this.setupPanel.setSourcePath(file.toString()); |
| 155 | } |
| 156 | |
| 157 | public File getSourcePath() { |
| 158 | return new File(this.setupPanel.getSourcePath()); |