infoAction = new InfoAction();
panAction = new PanAction();
resetAction = new ResetAction();
zoominAction = new ZoomInAction();
zoomoutAction = new ZoomOutAction();
openShapeAction = new OpenShapefileAction();
openCoverageAction = new OpenGeotiffAction();
toolSet = new HashSet<Tool>();
toolSet.addAll(EnumSet.allOf(Tool.class));
if (showToolBar) {