JLabel columnWidthLabel = new JLabel(bundle.getString("COLUMN_WIDTH_LABEL"));
builder.add(rowHeightSpinner, hbox(COLUMN_SPACE), columnWidthLabel,
hbox(LABEL_VALUE_SPACE), columnWidthSpinner);
JLabel tableOrientationLabel = new JLabel(bundle.getString("TABLE_ORIENTATION_LABEL"));
builder.nextRow().add(tableOrientationLabel);
builder.insets(0,LABEL_VALUE_SPACE,0,0);
builder.add(tableRowOrientation, hbox(COLUMN_SPACE), tableColOrientation);
mgr.tagComponents(TABLE_ORIENTATION, tableOrientationLabel, tableRowOrientation, tableColOrientation);