()
| 12 | chooser.showOpenDialog(null, new Runnable() { |
| 13 | |
| 14 | @Override |
| 15 | public void run() { |
| 16 | String fileName = chooser.getSelectedFile().getAbsolutePath(); |
| 17 | System.out.println("File name=" + fileName); |
| 18 | } |
| 19 | |
| 20 | }, null); |
| 21 | } |
nothing calls this directly
no test coverage detected