Displays a file open dialog with 'title' as the title.
(String title)
| 37 | |
| 38 | /** Displays a file open dialog with 'title' as the title. */ |
| 39 | public OpenDialog(String title) { |
| 40 | this(title, null); |
| 41 | } |
| 42 | |
| 43 | /** |
| 44 | * Displays a file open dialog with 'title' as |
nothing calls this directly
no test coverage detected