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

5
LINES

< > BotCompany Repo | #1019165 // scrollTableDownNow - seems to fail sometimes?

JavaX fragment (include)

static void scrollTableDownNow(final JTable table) {
  if (table != null) swing {
    table.scrollRectToVisible(table.getCellRect(table.getRowCount()-1, 0, true));
  }
}

Author comment

Began life as a copy of #1003898

download  show line numbers  debug dex  old transpilations   

Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019165
Snippet name: scrollTableDownNow - seems to fail sometimes?
Eternal ID of this version: #1019165/2
Text MD5: e347a67e79dfcec730b4ed2c4b7848a2
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-26 14:35:13
Source code size: 173 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 265 / 307
Version history: 1 change(s)
Referenced in: [show references]