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

7
LINES

< > BotCompany Repo | #1005944 // jrightAlignedLine

JavaX fragment (include)

static JPanel jrightAlignedLine(final Component... components) {
  ret swing(func -> RightAlignedLine { RightAlignedLine(components) });
}

static JPanel jrightAlignedLine(L<? extends Component> components) {
  ret jrightAlignedLine(asArray(Component.class, components));
}

Author comment

Began life as a copy of #1004149

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1005944
Snippet name: jrightAlignedLine
Eternal ID of this version: #1005944/5
Text MD5: c712830240ad38e8bba156b0d4b9fbe9
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-11-27 14:15:43
Source code size: 279 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 501 / 543
Version history: 4 change(s)
Referenced in: [show references]