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

Method addTab

code/src/java/pcgen/gui2/util/SharedTabPane.java:46–49  ·  view source on GitHub ↗
(String title)

Source from the content-addressed store, hash-verified

44 }
45
46 public void addTab(String title)
47 {
48 addTab(title, new JPanel(new BorderLayout()));
49 }
50
51 /**
52 * Add the tab to the pane in the specified order.

Callers 1

addCharacterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected