403404405406407408409410411412413
} catch (IOException e) { e.printStackTrace(); } // Load content of the file metricsConfig.readConfig(importToFile); update(); JOptionPane.showMessageDialog(null, "Import finished succesfully."); } }