this.highlight = highlight;
setBackgroundColor(color);
setForegroundColor(borderColor);
setLayoutManager(new ChsXYLayout());
Rectangle r = new Rectangle(absLocation.getCopy(), size.getCopy());
setBounds(r);
updateText(text);
updateTextFont(textFont);