} catch (IOException ex) {
Logger.getLogger(Startup.class.getName()).log(Level.SEVERE, "Could not write the license file.");
System.exit(0);
}
ImageImporterService service = new ImageImporterService();
try {
notify.addObserver(service, "startImport", ImageImporterService.START_IMPORT, null);
} catch (NoSuchMethodException e) {
e.printStackTrace();
}