Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1003898 // scrollTableDown

JavaX fragment (include)

static void scrollTableDown(JTable table) {
  table.scrollRectToVisible(table.getCellRect(table.getRowCount()-1, 0, true));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1003898
Snippet name: scrollTableDown
Eternal ID of this version: #1003898/1
Text MD5: 653591220a699cd0afde077d15066ec7
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-07-29 18:35:48
Source code size: 127 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 538 / 516
Referenced in: #1004231 - scrollTableDownIn - scroll down a little later [scrollTableDown fails mysteriously sometimes]
#1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1008026 - scrollConsoleUp
#1015155 - scrollAllTheWayToTheRight - TODO: keep Y
#1019165 - scrollTableDownNow - seems to fail sometimes?