cursorHighlight = new SelectionLayer(1, 1);
cursorHighlight.select(0, 0);
cursorHighlight.setVisible(prefs.getBoolean("cursorhighlight", true));
mapEventAdapter = new MapEventAdapter();
// Create the actions
saveAction = new SaveAction(this);
saveAsAction = new SaveAsAction(this);
saveAsImageAction = new SaveAsImageAction(this);