(PlayField field, NodeChooser nodeChooser)
| 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"); |