// 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();
rot90Action = new LayerTransformAction(MapLayer.ROTATE_90);
rot180Action = new LayerTransformAction(MapLayer.ROTATE_180);