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

8
LINES

< > BotCompany Repo | #1009806 // addToContainer - does not call wrap()

JavaX fragment (include) [tags: use-pretranspiled]

Transpiled version (5158L) is out of date.

svoid addToContainer(Container a, Component... b) {
  if (a == null) ret;
  swing {
    fOr (Component c : b)
      if (c != null) 
        a.add(c);
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 18 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ekrmjmnbrukm, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1009806
Snippet name: addToContainer - does not call wrap()
Eternal ID of this version: #1009806/6
Text MD5: d1833e510b70474d927d79f76cdd7bfd
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-29 02:14:59
Source code size: 162 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 508 / 1486
Version history: 5 change(s)
Referenced in: [show references]