// set layout (vertically first menubar, then tabbed pane)
content.setLayout(new MigLayout("fill", "[]", "[][grow]"));
content.add(createMenuBar(), "wrap");
content.add(tabPane, "grow");
scenario.addScenarioChangedListener(new ScenarioChangedListener() {
@Override
public void tileChanged(MapPosition p) {
miniMapPanel.tileChanged();
mainMapPanel.tileChanged(p);
infoPanel.update(p, scenario);