log.entering(this.getClass().getName(), "init()");
settings = new Properties();
// Get the previous parameters
getProgramSettings();
// Create the display
ihm = new MainWindow(this);
// Set loglevel
if (callSettings.containsKey(LOGLEVEL)) {
setLogType(callSettings.get(LOGLEVEL));
} else {
setLogType(settings.getProperty(LOGLEVEL));