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

9
LINES

< > BotCompany Repo | #1019402 // dynamicHStack_noFiller

JavaX fragment (include)

1  
static DynamicHStack dynamicHStack_noFiller(Component... components) {
2  
  ret dynamicHStack_noFiller(asList(components));
3  
}
4  
5  
static DynamicHStack dynamicHStack_noFiller(L<? extends Component> components) {
6  
  DynamicHStack stack = swingNu(DynamicHStack, false);
7  
  stack.addComponents(components);
8  
  ret stack;
9  
}

Author comment

Began life as a copy of #1015037

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1019402
Snippet name: dynamicHStack_noFiller
Eternal ID of this version: #1019402/5
Text MD5: 6b3bf9912f4545aa3f551e8d1fa09c02
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-11-05 00:42:09
Source code size: 317 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 242 / 303
Version history: 4 change(s)
Referenced in: [show references]