Package org.pokenet.client.ui.frames

Examples of org.pokenet.client.ui.frames.PartyInfoDialog


      if (m_teamInfo != null) {
      getDisplay().remove(m_teamInfo);
      hideHUDElements();
    } else {
      hideHUDElements();
      m_teamInfo = new PartyInfoDialog(GameClient.getInstance().getOurPlayer()
          .getPokemon());
      m_teamInfo.setWidth(175);
      m_teamInfo.setLocation(m_buttons[1].getX(), 67 - getTitleBar().getHeight() * 2);
      m_teamInfo.getTitleBar().setVisible(false);
      m_teamInfo.setDraggable(false);
 
View Full Code Here

TOP

Related Classes of org.pokenet.client.ui.frames.PartyInfoDialog

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.