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

Method PCGenMenuBar

code/src/java/pcgen/gui2/PCGenMenuBar.java:68–75  ·  view source on GitHub ↗
(PCGenFrame frame, UIContext uiContext)

Source from the content-addressed store, hash-verified

66 private CharacterFacade character;
67
68 public PCGenMenuBar(PCGenFrame frame, UIContext uiContext)
69 {
70 this.uiContext = Objects.requireNonNull(uiContext);
71 this.frame = frame;
72 this.actionMap = frame.getActionMap();
73 this.tempMenu = new TempBonusMenu();
74 initComponents();
75 }
76
77 private void initComponents()
78 {

Callers

nothing calls this directly

Calls 2

initComponentsMethod · 0.95
getActionMapMethod · 0.80

Tested by

no test coverage detected