action = new RedoAction(this);
registry.registerAction(action);
getStackActions().add(action.getId());
action = new SelectAllAction(this) {
{
/*
* Somehow it did not work to set a transparent color, let's use
* the standard marquee icon for the moment
*/