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

5
LINES

< > BotCompany Repo | #1015155 // scrollAllTheWayToTheRight - TODO: keep Y

JavaX fragment (include)

static void scrollAllTheWayToTheRight(final JComponent c) {
  if (c != null) swing {
    c.scrollRectToVisible(new Rectangle(c.getWidth(), 0, 1, 1));
  }
}

Author comment

Began life as a copy of #1003898

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1015155
Snippet name: scrollAllTheWayToTheRight - TODO: keep Y
Eternal ID of this version: #1015155/3
Text MD5: ebccd1610356b0028d493dccdd6e55eb
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-29 16:04:21
Source code size: 159 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 342 / 389
Version history: 2 change(s)
Referenced in: [show references]