static JPanel northCenterAndSouthWithMargin(Component n, Component c, Component s) { ret northCenterAndSouth(withBottomMargin(n), c, withTopMargin(s)); } static JPanel northCenterAndSouthWithMargin(int margin, Component n, Component c, Component s) { ret northCenterAndSouth(withBottomMargin(margin, n), c, withTopMargin(margin, s)); }
Began life as a copy of #1021019
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1026948 |
| Snippet name: | northCenterAndSouthWithMargin |
| Eternal ID of this version: | #1026948/3 |
| Text MD5: | d367d6aa3b2b5b14d137a0d534695e78 |
| Author: | stefan |
| Category: | javax / swing |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-05-07 19:06:35 |
| Source code size: | 346 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 476 / 514 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |