JSplitPane splitPane
= new JSplitPane(JSplitPane.VERTICAL_SPLIT, fieldScrollPane, unitScrollPane);
component.add(splitPane);
component.setLayout(new BoxLayout(component, BoxLayout.Y_AXIS));
Ruleset equiRuleset = paneRegistry.getRuleset("equiInfoPaneManager");
RulesetGameChangeLoader.addListener(equiRuleset.getSection("listensAll"),
this, GameChangeManager.Listening.ALL_NATIONS);
RulesetGameChangeLoader.addListener(equiRuleset.getSection("listensCurrent"), this);
this.wfInfoPanel = new JPanel();
this.wfInfoPanel.setLayout(new BoxLayout(this.wfInfoPanel,
BoxLayout.Y_AXIS));
this.wfInfoPanel.add(this.dummyWfPanel);