owner = new Frame(controller.getModel().getName(), Icon.LOGO.getIcon());
trayIcon = new TrayIcon(Icon.LOGO.getIcon(), controller.getModel().getName() + HelperString.SPACE
+ controller.getModel().getVersion(), popup);
dialogHelp = new DialogHelp(this);
dialogAbout = new DialogAbout(this);
dialogTask = new DialogTask(this);
}