this( text, component, false );
}
public FormRow( String text, HtmlComponent component, boolean componentFirst )
{
Label label = new Label( text + ( componentFirst ? "" : ":" ), component.getId() );
if ( componentFirst )
{
add( component );
add( label );