(PCGenFrame frame, UIContext uiContext)
| 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 | { |
nothing calls this directly
no test coverage detected