* MapHandler and probably shouldn't be, since it will find and re-add the
* Menus it finds there in some random order.
*/
public JMenuBar getMenuBar() {
if (menuBar == null) {
menuBar = new MenuBar();
}
menuBar.removeAll();
Iterator iterator = menus.iterator();
while (iterator.hasNext()) {