(String prompt, String callbackMethod,
File file, Object callbackObject)
| 760 | |
| 761 | |
| 762 | static public void selectOutput(String prompt, String callbackMethod, |
| 763 | File file, Object callbackObject) { |
| 764 | EventQueue.invokeLater(() -> selectImpl(prompt, callbackMethod, file, |
| 765 | callbackObject, null, FileDialog.SAVE)); |
| 766 | } |
| 767 | |
| 768 | |
| 769 | /* |
no test coverage detected