mapEventAdapter = new MapEventAdapter();
// Create the actions
saveAction = new SaveAction(this);
saveAsAction = new SaveAsAction(this);
saveAsImageAction = new SaveAsImageAction(this);
exitAction = new ExitAction(this, saveAction);
zoomInAction = new ZoomInAction();
zoomOutAction = new ZoomOutAction();
zoomNormalAction = new ZoomNormalAction();