builder.insets(0,LABEL_VALUE_SPACE,0,0);
builder.add(cellAlignLeft, hbox(THIN_SPACE), cellAlignCenter, hbox(THIN_SPACE), cellAlignRight, hbox(THIN_SPACE), cellAlignDecimal);
JLabel cellFontStyleLabel = new JLabel("Font Style:");
builder.nextRow().add(cellFontStyleLabel);
builder.insets(0,LABEL_VALUE_SPACE,0,0);
builder.add(cellFontStyleBold,cellFontStyleItalic, cellFontUnderline);
JLabel cellBackgroundColorLabel = new JLabel("Background Color:");
builder.nextRow().add(cellBackgroundColorLabel);
builder.insets(0,LABEL_VALUE_SPACE,0,0);