/**
* @generated
*/
private void createContents() {
RoundedRectangle rowOneRoundRectangle0 = new RoundedRectangle();
rowOneRoundRectangle0.setCornerDimensions(new Dimension(
getMapMode().DPtoLP(10), getMapMode().DPtoLP(10)));
rowOneRoundRectangle0.setLineWidth(0);
rowOneRoundRectangle0
.setForegroundColor(ROWONEROUNDRECTANGLE0_FORE);
rowOneRoundRectangle0
.setBackgroundColor(ROWONEROUNDRECTANGLE0_BACK);
this.add(rowOneRoundRectangle0);
GridLayout layoutRowOneRoundRectangle0 = new GridLayout();
layoutRowOneRoundRectangle0.numColumns = 2;
layoutRowOneRoundRectangle0.makeColumnsEqualWidth = true;
rowOneRoundRectangle0.setLayoutManager(layoutRowOneRoundRectangle0);
WrappingLabel titleScoreLabel1 = new WrappingLabel();
titleScoreLabel1.setText("score:");
titleScoreLabel1.setForegroundColor(TITLESCORELABEL1_FORE);
rowOneRoundRectangle0.add(titleScoreLabel1);
fFigureScoreLabel = new WrappingLabel();
fFigureScoreLabel.setText("- - -");
fFigureScoreLabel.setForegroundColor(FFIGURESCORELABEL_FORE);
rowOneRoundRectangle0.add(fFigureScoreLabel);
RoundedRectangle rowTwoRoundRectangle0 = new RoundedRectangle();
rowTwoRoundRectangle0.setCornerDimensions(new Dimension(
getMapMode().DPtoLP(10), getMapMode().DPtoLP(10)));
rowTwoRoundRectangle0.setLineWidth(0);
rowTwoRoundRectangle0
.setForegroundColor(ROWTWOROUNDRECTANGLE0_FORE);
rowTwoRoundRectangle0
.setBackgroundColor(ROWTWOROUNDRECTANGLE0_BACK);
this.add(rowTwoRoundRectangle0);
GridLayout layoutRowTwoRoundRectangle0 = new GridLayout();
layoutRowTwoRoundRectangle0.numColumns = 2;
layoutRowTwoRoundRectangle0.makeColumnsEqualWidth = true;
rowTwoRoundRectangle0.setLayoutManager(layoutRowTwoRoundRectangle0);
WrappingLabel titleRecordCountLabel1 = new WrappingLabel();
titleRecordCountLabel1.setText("rec.count:");
titleRecordCountLabel1
.setForegroundColor(TITLERECORDCOUNTLABEL1_FORE);
rowTwoRoundRectangle0.add(titleRecordCountLabel1);
fFigureRecordCountLabel = new WrappingLabel();
fFigureRecordCountLabel.setText("0.0");
fFigureRecordCountLabel
.setForegroundColor(FFIGURERECORDCOUNTLABEL_FORE);
rowTwoRoundRectangle0.add(fFigureRecordCountLabel);
}