Package net.laubenberger.tyr.view.dialog

Examples of net.laubenberger.tyr.view.dialog.DialogHelp


    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);
  }
View Full Code Here

TOP

Related Classes of net.laubenberger.tyr.view.dialog.DialogHelp

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.