21 tháng 11 2006

Select scroll new item

tbList.getSelectionModel().setSelectionInterval(
tbList.getRowCount()-1, tbList.getRowCount()-1
);

tbList.scrollCellToVisible(tbList.getRowCount() - 1,tbList.getRowCount() - 1);

Không có nhận xét nào: