1 | static JPanel withCenteredLineBelow(JComponent center, Component... components) {
|
2 | ret centerAndSouth(center, withMargin(jcenteredline(components))); |
3 | } |
4 | |
5 | static JPanel withCenteredLineBelow(JComponent center, L<? extends Component> components) {
|
6 | ret withCenteredLineBelow(center, asComponentArray(components)); |
7 | } |
Began life as a copy of #1016590
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1018879 |
| Snippet name: | withCenteredLineBelow |
| Eternal ID of this version: | #1018879/4 |
| Text MD5: | c93d04071e3d9e0dc635dcef46da6c04 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-08-18 00:09:54 |
| Source code size: | 320 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 597 / 628 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |