Package de.iritgo.aktera.aktario.gui

Examples of de.iritgo.aktera.aktario.gui.AkteraAktarioGUI


   * @see de.buerobyte.iritgo.core.command.Command#perform()
   */
  @Override
  public void perform()
  {
    AkteraAktarioGUI gui = (AkteraAktarioGUI) Client.instance().getClientGUI();

    gui.getDesktopManager().getDisplay("BuddyListPane").bringToFront();
    gui.getDesktopManager().getDisplay("BuddyListPane").show();
  }
View Full Code Here


  /**
   * Initialize the client manager.
   */
  public void init()
  {
    aktarioGUI = new AkteraAktarioGUI();
    Engine.instance().getEventRegistry().addListener("Plugin", this);
  }
View Full Code Here

TOP

Related Classes of de.iritgo.aktera.aktario.gui.AkteraAktarioGUI

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.