@Override
protected void initGenericComponents() {
super.initGenericComponents();
ShapedGradientTheme theme = new ShapedGradientTheme(0f, 0f,
new FixedColorProvider(new Color(150, 150, 150)), null) {
public String getName() {
return super.getName();
}
};
titledTabProperties = new TitledTabProperties();