1 | static JTree setRootVisible(JTree tree, bool b) {
|
2 | if (tree != null) swing { tree.setRootVisible(b); }
|
3 | ret tree; |
4 | } |
5 | |
6 | static JTree setRootVisible(bool b, JTree tree) { |
7 | ret setRootVisible(tree, b); |
8 | } |
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: | 364 / 393 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |