// Setup the scroll table
setupScrollTable();
// Create an options panel
PagingOptions pagingOptions = new PagingOptions(getPagingScrollTable());
// Add the table to the page
RootPanel.get().add(scrollTable);
RootPanel.get().add(pagingOptions);
RootPanel.get().add(new HTML("<BR>"));