Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1016848 // northAndCenterWithMargin

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (10690L/60K).

static JPanel northAndCenterWithMargin(int margin, Component etc n, Component etc c) {
  ret northAndCenter(withBottomMargin(margin, n), c);
}

static JPanel northAndCenterWithMargin(Component etc n, Component etc c) {
  ret northAndCenter(withBottomMargin(n), c);
}

Author comment

Began life as a copy of #1004386

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, wnsclhtenguj

No comments. add comment

Snippet ID: #1016848
Snippet name: northAndCenterWithMargin
Eternal ID of this version: #1016848/4
Text MD5: 24cd75e85e3b4c88ba18ab4f49848462
Transpilation MD5: 378591a62f7395f46e5fc1ddd6c67b16
Author: stefan
Category: javax / swing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-07-29 15:55:12
Source code size: 272 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 382 / 457
Version history: 3 change(s)
Referenced in: [show references]