1 | static JPanel northCenterAndSouthWithMargin(Component n, Component c, Component s) { |
2 | ret northCenterAndSouth(withBottomMargin(n), c, withTopMargin(s)); |
3 | } |
4 | |
5 | static JPanel northCenterAndSouthWithMargin(int margin, Component n, Component c, Component s) { |
6 | ret northCenterAndSouth(withBottomMargin(margin, n), c, withTopMargin(margin, s)); |
7 | } |
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: | 235 / 274 |
Version history: | 2 change(s) |
Referenced in: | [show references] |