MCPcopy Create free account
hub / github.com/akeranen/the-one / createMenuItem

Method createMenuItem

gui/SimMenuBar.java:135–140  ·  view source on GitHub ↗
(Container c, String txt)

Source from the content-addressed store, hash-verified

133 }
134
135 private JMenuItem createMenuItem(Container c, String txt) {
136 JMenuItem i = new JMenuItem(txt);
137 i.addActionListener(this);
138 c.add(i);
139 return i;
140 }
141
142 /**
143 * Creates a new check box menu item to the given container

Callers 1

initMethod · 0.95

Calls 1

addMethod · 0.80

Tested by

no test coverage detected