backgroundColor = new Color(backgroundColor.getRed(), backgroundColor.getGreen(),
backgroundColor.getBlue(), 235);
setBackgroundColor(backgroundColor);
borderColor = theme.getColor(7);
padding = new Insets(8);
resizable = false;
// Set the derived colors
bevelColor = TerraTheme.darken(backgroundColor);
}