()
| 311 | } |
| 312 | |
| 313 | public void printLastError() { |
| 314 | System.out.println("Last error: " + gdal.GetLastErrorMsg()); |
| 315 | System.out.println("Last error no: " + gdal.GetLastErrorNo()); |
| 316 | System.out.println("Last error type: " + gdal.GetLastErrorType()); |
| 317 | } |
| 318 | |
| 319 | public void actionPerformed(ActionEvent arg0) { |
| 320 | System.out.println("Loading file chooser..."); |
no test coverage detected