Examples of TrayIcon


Examples of org.jdesktop.jdic.tray.TrayIcon

    addDir(Start.path);
    PluginsInfo.loadLibrary("jdic");
    if(System.getProperty("os.name").startsWith("Windows"))PluginsInfo.loadLibrary("jdic_win");
    else PluginsInfo.loadLibrary("jdic_stub");
   
    trayIcon = new TrayIcon(StatusIcons.getOfflineIcon(), "Jeti" + Start.OS2,makeMenu());
    trayIcon.setIconAutoSize(true);
    trayIcon.addActionListener(plugin);
    SystemTray.getDefaultSystemTray().addTrayIcon(trayIcon);
   
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.