70717273747576
* * @param sw section widget in which the field's new widget will reside * @param field a report field */ public FieldWidget(SectionWidget sw, Field field) { this(sw, new SwingTextField(field, field.designLabel())); }