static JPanel withCenteredLineBelow(JComponent center, Component... components) { ret centerAndSouth(center, withMargin(jcenteredline(components))); } static JPanel withCenteredLineBelow(JComponent center, L<? extends Component> components) { ret withCenteredLineBelow(center, asComponentArray(components)); }
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: | 599 / 629 |
| Version history: | 3 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1024547 - withCenteredLinesBelow |