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

6
LINES

< > BotCompany Repo | #1020600 // jtree_openRootNode

JavaX fragment (include)

static JTree jtree_openRootNode(final JTree tree) {
  if (tree != null) swing {
    tree.expandPath(new TreePath(jDynamicTree_root(tree)));
  }
  ret tree;
}

Author comment

Began life as a copy of #1017677

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020600
Snippet name: jtree_openRootNode
Eternal ID of this version: #1020600/3
Text MD5: 8c71d9302ca25db8b744a1c8244efb87
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-27 21:29:36
Source code size: 162 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 243 / 282
Version history: 2 change(s)
Referenced in: [show references]