MCPcopy Create free account
hub / github.com/PCGen/pcgen / CharacterTabs

Method CharacterTabs

code/src/java/pcgen/gui2/CharacterTabs.java:77–85  ·  view source on GitHub ↗
(PCGenFrame frame)

Source from the content-addressed store, hash-verified

75 private final JPopupMenu popupMenu;
76
77 public CharacterTabs(PCGenFrame frame)
78 {
79 this.frame = frame;
80 this.characters = new ArrayList<>();
81 this.infoTabbedPane = new InfoTabbedPane();
82 this.listenerMap = new HashMap<>();
83 this.popupMenu = new JPopupMenu();
84 initComponents();
85 }
86
87 private void initComponents()
88 {

Callers

nothing calls this directly

Calls 1

initComponentsMethod · 0.95

Tested by

no test coverage detected