VerticalPanel container = new VerticalPanel();
VerticalPanel criteria = new VerticalPanel();
FormStyleLayout ts = new FormStyleLayout();
ts.addAttribute( "Upload new Jar:", doUploadForm() );
final TextBox searchTextBox = new TextBox();
//tx.setWidth("100px");
ts.addAttribute( "Find items with a name matching:", searchTextBox );