Package net.cloudcodex.client.character.view.panel

Examples of net.cloudcodex.client.character.view.panel.CharacterPanel


  private CharacterPanel characterPanel;

  @Inject
  public CharacterViewImpl(Message message) {
    this.message = message;
    characterPanel = new CharacterPanel(message);
    this.add(characterPanel);
  }
View Full Code Here

TOP

Related Classes of net.cloudcodex.client.character.view.panel.CharacterPanel

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.