}
public DcPictureField(boolean scaled, boolean allowActions) {
this.setLayout(Layout.getGBL());
if (allowActions) {
this.menu = new DcPictureFieldMenu(this);
this.add(menu, Layout.getGBC(0, 0, 1, 1, 1.0, 1.0,
GridBagConstraints.NORTHWEST, GridBagConstraints.HORIZONTAL,
new Insets(5, 5, 5, 5), 0, 0));
}