16 tháng 11 2006

Scroll Jtable To select Position

try {
tbl.setRowSelectionInterval(index,index);
Rectangle rt = tbl.getCellRect(index, 0, false);
tbl.scrollRectToVisible(rt);
} catch (Exception ex) {}
//index position select in JTable

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