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

8
LINES

< > BotCompany Repo | #1014718 // showFormTitled_customArrangement

JavaX fragment (include)

static JPanel showFormTitled_customArrangement(final bool internalFrame, final F1<L<JComponent>, JPanel> arrange, fS title, fO... _parts) {
  ret swing(func -> JPanel {
    L<JComponent> out = showForm_arrange1(showForm_makeComponents(internalFrame, _parts));
    JPanel panel = callF(arrange, out);
    showForm_makeFrame(title, panel);
    ret panel;
  });
}

Author comment

Began life as a copy of #1004442

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1014718
Snippet name: showFormTitled_customArrangement
Eternal ID of this version: #1014718/10
Text MD5: 7a71e4ee93e140f2711206b3e0ef8423
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-02 21:39:20
Source code size: 367 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 306 / 364
Version history: 9 change(s)
Referenced in: [show references]