204205206207208209210211212
return menuBar; } protected void menuMapCreation() { MapCreatorForm mcf = new MapCreatorForm(getConfiguration()); mcf.setLocationRelativeTo(null); mcf.setVisible(true); }