this.addOverlayPainter(this.bottomLineOverlayPainter,
DecorationAreaType.PRIMARY_TITLE_PANE,
DecorationAreaType.SECONDARY_TITLE_PANE,
DecorationAreaType.HEADER);
this.buttonShaper = new ClassicButtonShaper();
this.fillPainter = new MatteFillPainter();
this.borderPainter = new CompositeBorderPainter("Autumn",
new ClassicBorderPainter(), new DelegateBorderPainter(
"Autumn Inner", new ClassicBorderPainter(),
new ColorSchemeTransform() {