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

7
LINES

< > BotCompany Repo | #1005681 // withInset - synonym of withMargin

JavaX fragment (include)

static JPanel withInset(Component c) {
  ret withMargin(c);
}

static JPanel withInset(int margin, Component c) {
  ret withMargin(margin, c);
}

Author comment

Began life as a copy of #1004714

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1005681
Snippet name: withInset - synonym of withMargin
Eternal ID of this version: #1005681/2
Text MD5: 0e99acfb008a040ba233d9983f487620
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-04-27 15:16:35
Source code size: 152 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 502 / 516
Version history: 1 change(s)
Referenced in: [show references]