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

5
LINES

< > BotCompany Repo | #1016829 // jDynamicTree_newNode

JavaX fragment (include)

static DefaultMutableTreeNode jDynamicTree_newNode(O data) {
  DefaultMutableTreeNode node = new(data);
  node.add(new DefaultMutableTreeNode(jDynamicTree_dummy()));
  ret node;
}

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: #1016829
Snippet name: jDynamicTree_newNode
Eternal ID of this version: #1016829/1
Text MD5: 788958bfee0356390a6a76548b77e454
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-03 16:28:21
Source code size: 183 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 419 / 458
Referenced in: [show references]