17 tháng 11 2006
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
tbl.setRowSelectionInterval(index,index);
Rectangle rt = tbl.getCellRect(index, 0, false);
tbl.scrollRectToVisible(rt);
} catch (Exception ex) {}
//index position select in JTable
Đăng ký:
Bài đăng (Atom)