this.registerDecorationAreaSchemeBundle(generalSchemeBundle,
DecorationAreaType.FOOTER, DecorationAreaType.GENERAL);
this.buttonShaper = new ClassicButtonShaper();
this.fillPainter = new ClassicFillPainter();
this.borderPainter = new ClassicBorderPainter();
BrushedMetalDecorationPainter decorationPainter = new BrushedMetalDecorationPainter();
decorationPainter.setBaseDecorationPainter(new ArcDecorationPainter());
decorationPainter.setTextureAlpha(0.3f);
this.decorationPainter = decorationPainter;
this.highlightPainter = new ClassicHighlightPainter();
this.borderPainter = new ClassicBorderPainter();
}