Examples of PanelCharacterInfo


Examples of pathfinder.gui.general.PanelCharacterInfo

public class PathfinderCorePlugin implements ICorePlugin {

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

Examples of shadowrun.gui.general.PanelCharacterInfo

public class ShadowrunCorePlugin implements ICorePlugin {

  @Override
  public JPanel buildSmallCharacterSheet() {
    return new PanelCharacterInfo();
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.