add(component, Layout.getGBC( x, y, 1, 1, 1.0, 1.0
,GridBagConstraints.NORTHWEST, GridBagConstraints.NONE, insets, 0, 0));
}
protected DcLabel getRatingValueLabel() {
DcLabel labelRating = ComponentFactory.getLabel(dco.getDisplayString(DcMediaObject._E_RATING)); //Utilities.getRatingIcon(value)(dco.getValue(DcMediaObject._E_RATING)));
labelRating.setPreferredSize(new Dimension(55, fieldHeight));
return labelRating;
}