Package de.iritgo.aktario.core.gui

Examples of de.iritgo.aktario.core.gui.IOverlayIcon


      if (tray == null)
      {
        try
        {
          tray = SystemTray.getSystemTray();
          participantIndicator = new IOverlayIcon(getIcon("icon24"));

          participantIndicator.addOverlay("message", 0, 12);
          participantIndicator.addIcon("message", "new", new ImageIcon(getClass().getResource(
                  "/resources/emblem-message-12.png")));
View Full Code Here

TOP

Related Classes of de.iritgo.aktario.core.gui.IOverlayIcon

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.