this.registerAsDecorationArea(generalBgScheme,
DecorationAreaType.GENERAL, DecorationAreaType.HEADER);
this.buttonShaper = new ClassicButtonShaper();
this.gradientPainter = new GlassGradientPainter();
this.decorationPainter = new ClassicDecorationPainter();
this.borderPainter = new ClassicBorderPainter();
this.highlightPainter = new ClassicHighlightPainter();
}