}
private void populateList(String defaultLine)
{
JDBAutoLabeller al = new JDBAutoLabeller(Common.selectedHostID, Common.sessionID);
buildSQL();
autolabeltable.setResultSet(al.getAutoLabellerDataResultSet(listStatement));
TableRowSorter<JDBAutoLabellerTableModel> sorter = new TableRowSorter<JDBAutoLabellerTableModel>(autolabeltable);
jTable1.setRowSorter(sorter);
jTable1.setModel(autolabeltable);
scrollPane.getViewport().setBackground(Common.color_tablebackground);