10111213141516
* * @param sw section widget in which the field's new widget will reside * @param image a report image field */ public ImageFieldWidget(SectionWidget sw, ImageField image) { super(sw, new SwingImageField(image)); }