Package ui.tray

Examples of ui.tray.TrayManager


    return uniquePath;
  }

  private void notifyUser()
  {
    TrayManager trayManager = getGuiManager().getTrayManager();
    if (trayManager.isTrayed())
    {
      trayManager.showTrayMessage("Sillian - Download finished",
          "Finished downloading " + file.getName(), TrayIcon.MessageType.INFO);
    }
  }
View Full Code Here


    setupTabs();
    setupStatusBar();

    mainFrame.addWindowListener(new Disposer());

    trayManager = new TrayManager(mainFrame);

    if (Settings.application.start_to_tray)
    {
      trayManager.startToTray();
    }
View Full Code Here

TOP

Related Classes of ui.tray.TrayManager

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.