static File execFileChooser(JFileChooser fileChooser) { ret fileChooser.showOpenDialog(null) == JFileChooser.APPROVE_OPTION ? fileChooser.getSelectedFile() : null; }