/**
* @see java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent)
*/
@Override
public void actionPerformed(ActionEvent e) {
ConfigurationWizard cw = new ConfigurationWizard();
Properties props = cw.start();
try {
if (props != null) {
FileUtils.storeProperties(NanoDoAMain.nanodoaPropertiesFile, props);
AppProperties.setPropertiesFile(NanoDoAMain.nanodoaPropertiesFile);
Restart.prepareForRestart();