Transpiled version (4025L) is out of date.
static JPanel northAndCenterWithMargins(Component etc n, Component etc c) { ret applyDefaultMargin(northAndCenter(withBottomMargin(n), c)); } static JPanel northAndCenterWithMargins(int margin, Component etc n, Component etc c) { ret applyMargin(margin, northAndCenter(withBottomMargin(margin, n), c)); }
Began life as a copy of #1004386
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: | #1015740 |
Snippet name: | northAndCenterWithMargins |
Eternal ID of this version: | #1015740/4 |
Text MD5: | 91d8fd282bcb36a546b800a709fb542e |
Author: | stefan |
Category: | javax / swing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-08-06 20:12:43 |
Source code size: | 315 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 516 / 626 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1015772 - centerAndSouthWithMargins - make a BorderLayout with two components #1016733 - centerAndEastWithMargins #1020419 - westAndCenterWithMargins #1021019 - northCenterAndSouthWithMargins |