5051525354555657
} if (JFileChooser.APPROVE_OPTION == chooser.showOpenDialog(parent)) { openFile(chooser.getSelectedFile()); } } catch (Exception ex) { new ExceptionDialog(parent, ex).setVisible(true); } }