DecorationAreaType.PRIMARY_TITLE_PANE,
DecorationAreaType.SECONDARY_TITLE_PANE,
DecorationAreaType.HEADER);
this.buttonShaper = new ClassicButtonShaper();
this.fillPainter = new SubduedFillPainter();
MarbleNoiseDecorationPainter decorationPainter = new MarbleNoiseDecorationPainter();
decorationPainter.setBaseDecorationPainter(new ArcDecorationPainter());
decorationPainter.setTextureAlpha(0.3f);
this.decorationPainter = decorationPainter;