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

Method initComponents

code/src/java/pcgen/gui2/PCGenMenuBar.java:77–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 }
76
77 private void initComponents()
78 {
79 add(new FileMenu());
80 add(createEditMenu());
81 add(createSourcesMenu());
82 add(createToolsMenu());
83 add(createHelpMenu());
84 }
85
86 private JMenu createEditMenu()
87 {

Callers 1

PCGenMenuBarMethod · 0.95

Calls 5

createEditMenuMethod · 0.95
createSourcesMenuMethod · 0.95
createToolsMenuMethod · 0.95
createHelpMenuMethod · 0.95
addMethod · 0.65

Tested by

no test coverage detected