generalSchemeBundle.registerColorScheme(defaultGeneralScheme, 0.7f,
ComponentState.DISABLED_UNSELECTED);
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());