See selectInput() for details. @webref output:files @param prompt message to the user @param callback name of the method to be called when the selection is made
(String prompt, String callback)
| 6542 | * @param callback name of the method to be called when the selection is made |
| 6543 | */ |
| 6544 | public void selectOutput(String prompt, String callback) { |
| 6545 | selectOutput(prompt, callback, null); |
| 6546 | } |
| 6547 | |
| 6548 | |
| 6549 | public void selectOutput(String prompt, String callback, File file) { |