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

Method SimMenuBar

gui/SimMenuBar.java:82–86  ·  view source on GitHub ↗
(PlayField field, NodeChooser nodeChooser)

Source from the content-addressed store, hash-verified

80 public static final String UNDERLAY_NS = "GUI.UnderlayImage";
81
82 public SimMenuBar(PlayField field, NodeChooser nodeChooser) {
83 this.field = field;
84 this.chooser = nodeChooser;
85 init();
86 }
87
88 private void init() {
89 JMenu pfMenu = new JMenu("Playfield options");

Callers

nothing calls this directly

Calls 1

initMethod · 0.95

Tested by

no test coverage detected