(String prompt, String callbackMethod,
File file, Object callbackObject)
| 738 | |
| 739 | |
| 740 | static public void selectInput(String prompt, String callbackMethod, |
| 741 | File file, Object callbackObject) { |
| 742 | EventQueue.invokeLater(() -> selectImpl(prompt, callbackMethod, file, |
| 743 | callbackObject, null, FileDialog.LOAD)); |
| 744 | } |
| 745 | |
| 746 | |
| 747 | /* |