protected void insertControlGroup(int i, int ypos) {
   iLabelPosX = iCompPosX + iRelLabelPosXDist;
   ControlRow oControlRow = new ControlRow(i, ypos);
   ControlGroupVector.add(oControlRow);
 }