1 | static void jDynamicTree_addToNodeAndScroll(final JTree tree, fO node, fO child) { |
2 | swing { |
3 | DefaultMutableTreeNode childNode = jDynamicTree_addToNode(tree, node, child); |
4 | if (childNode == null) ret; |
5 | tree.scrollRectToVisible(tree.getPathBounds(new TreePath(childNode.getPath()))); |
6 | } |
7 | } |
Began life as a copy of #1016827
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: | #1016832 |
Snippet name: | jDynamicTree_addToNodeAndScroll |
Eternal ID of this version: | #1016832/1 |
Text MD5: | a29a10eb7972dcc07f1ed6ab9a27cec3 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-07-04 01:57:46 |
Source code size: | 303 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 333 / 368 |
Referenced in: | [show references] |