static JTree setRootVisible(JTree tree, bool b) { if (tree != null) swing { tree.setRootVisible(b); } ret tree; } static JTree setRootVisible(bool b, JTree tree) { ret setRootVisible(tree, b); }
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1025649 | 
| Snippet name: | setRootVisible - JTree | 
| Eternal ID of this version: | #1025649/2 | 
| Text MD5: | eed89a982bd315e3aaa402bff5777957 | 
| Author: | stefan | 
| Category: | javax / gui | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2019-10-12 17:33:12 | 
| Source code size: | 204 bytes / 8 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 362 / 390 | 
| Version history: | 1 change(s) | 
| Referenced in: | [show references] |