builder.insets(0,LABEL_VALUE_SPACE,0,0);
builder.add(cellBackgroundColorComboBox);
JLabel cellBordersLabel = new JLabel(bundle.getString("BORDERS"));
builder.nextRow().add(cellBordersLabel);
builder.insets(0,LABEL_VALUE_SPACE,0,0);
builder.add(cellBorderOnLeft, hbox(THIN_SPACE), cellBorderOnRight, hbox(THIN_SPACE), cellBorderOnTop, hbox(THIN_SPACE), cellBorderOnBottom);
mgr.tagComponents(SINGLE_CELL_SELECTION, propertyToShowLabel, propertyToShow);
mgr.tagComponents(ENUMERATION_CONTROLS, enumerationLabel, enumeration);
mgr.tagComponents(SELECTION_NOT_EMPTY, cellAlignmentLabel, cellAlignLeft, cellAlignCenter, cellAlignRight, enumerationLabel, enumeration);