1 | static JPanel hgrid(fO... parts) {
|
2 | ret swing(func -> JPanel {
|
3 | new JPanel panel; |
4 | O[] _parts = flattenArray2(parts); |
5 | panel.setLayout(new GridLayout(1, _parts.length)); |
6 | smartAdd(panel, _parts); |
7 | ret panel; |
8 | }); |
9 | } |
Began life as a copy of #1001774
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: | #1001783 |
| Snippet name: | hgrid (horizontal grid layout) |
| Eternal ID of this version: | #1001783/4 |
| Text MD5: | 6a8d96f41bef77b1c91f017582c08475 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-06-06 18:30:59 |
| Source code size: | 239 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 987 / 1420 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |