}
this.configDialogController = new ConfigDialogController(this.settings);
if(LOG.isDebugEnabled()){
LOG.debug("ConfigDialogController created: {}", this.configDialogController);
}
this.controller = new Controller(this.configDialogController);
if(LOG.isDebugEnabled()){
LOG.debug("Controller created: {}", this.controller);
}
this.trayIcon = new CNTrayIcon(controller);
if(LOG.isDebugEnabled()){