public ListBox(String[] columns) {
super(impl.createFocusable());
setHeader(new ListHeader(columns));
scrollTable = new ScrollTable2(dataTable, headerTable);
scrollTable.setResizePolicy(ResizePolicy.FILL_WIDTH);
scrollTable.setCellPadding(3);
scrollTable.setCellSpacing(0);
setMultipleSelect(false);