1  | static JPanel showFormTitled_customArrangement(final bool internalFrame, final F1<L<JComponent>, JPanel> arrange, fS title, fO... _parts) {
 | 
2  |   ret swing(func -> JPanel {
 | 
3  | L<JComponent> out = showForm_arrange1(showForm_makeComponents(internalFrame, _parts));  | 
4  | JPanel panel = callF(arrange, out);  | 
5  | showForm_makeFrame(title, panel);  | 
6  | ret panel;  | 
7  | });  | 
8  | }  | 
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: | 600 / 663 | 
| Version history: | 9 change(s) | 
| Referenced in: | [show references] |