, GridBagConstraints.NORTHWEST, GridBagConstraints.HORIZONTAL,
new Insets( 0, 30, 0, 5), 0, 0));
}
public void setImage(ImageIcon icon) {
DcImageLabel imageLabel = new DcImageLabel(icon);
this.add(imageLabel, Layout.getGBC( 0, 0, 1, 1, 20.0, 20.0
, GridBagConstraints.NORTHWEST, GridBagConstraints.BOTH,
new Insets( 5, 5, 5, 5), 0, 0));