1 | static void scrollAllTheWayToTheRight(final JComponent c) {
|
2 | if (c != null) swing {
|
3 | c.scrollRectToVisible(new Rectangle(c.getWidth(), 0, 1, 1)); |
4 | } |
5 | } |
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: | 648 / 712 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |