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