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

7
LINES

< > BotCompany Repo | #1011159 // jleftalignedline - synonym of jline - line components up left to right

JavaX fragment (include)

static JPanel jleftalignedline(Component... components) {
  ret new LeftAlignedLine(components);
}

static JPanel jleftalignedline(L<Component> components) {
  ret new LeftAlignedLine(asArray(Component.class, components));
}

Author comment

Began life as a copy of #1006226

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1011159
Snippet name: jleftalignedline - synonym of jline - line components up left to right
Eternal ID of this version: #1011159/1
Text MD5: 0177f3cf1d77e09af7606d4e87156bf9
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-16 17:37:27
Source code size: 230 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 279 / 307
Referenced in: [show references]