Package pathfinder.gui.general

Examples of pathfinder.gui.general.PanelCharacterInfo


public class PathfinderCorePlugin implements ICorePlugin {

  @Override
  public JPanel buildSmallCharacterSheet() {
    return new PanelCharacterInfo();
  }
View Full Code Here

TOP

Related Classes of pathfinder.gui.general.PanelCharacterInfo

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.