workspaceColor = (Color) o.getValue();
}
setBackground(workspaceColor);
// setDisplayUpdate (new BufferedUpdateStrategy ());
setDisplayUpdate(new SimpleUpdateStrategy());
ToolTipManager.sharedInstance().registerComponent(this);
// Decorator handles its own adding to the decomgr.
selectionDecorator = new SelectionDecorator(this, editor);