package de.flower.rmt.ui.markup.html.form.field; import org.apache.wicket.markup.html.form.FormComponent; /** * @author flowerrrr */ public class FormFieldPanel extends AbstractFormFieldPanel { public FormFieldPanel(String id, FormComponent c) { super(id, c); } }