public LabeledFreeLayout(String name_) {
    super(name_);

    addBackDraw(_Layout_InternalBackDraw);
    _LayoutLabel.setXY(5, 0);
    _LayoutLabel.setAutoWidth(true);
    _LayoutLabel.setAutoHeight(true);
    _LayoutLabel.setTextSizeDPI(12);
    _LayoutLabel.setHeightAlignment(Label.HEIGHTALIGN_TOP);
    addPart(_LayoutLabel, false);
    numOfAdditionals++;
  }