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

5
LINES

< > BotCompany Repo | #1019636 // getChildren

JavaX fragment (include)

static L<Component> getChildren(final Container c) {
  ret c == null ? emptyList() : swing(func -> L<Component> {
    asList(c.getComponents())
  });
}

Author comment

Began life as a copy of #1001636

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019636
Snippet name: getChildren
Eternal ID of this version: #1019636/1
Text MD5: 7b908dacaf9a0aea8144c172a9173661
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-11-15 03:13:22
Source code size: 155 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 286 / 331
Referenced in: [show references]