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

23
LINES

< > BotCompany Repo | #1019895 // withMargins - synonym of withMargin

JavaX fragment (include)


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



static JPanel withMargins(int w, Component c) {
  ret withMargin(w, c);
}



static JPanel withMargins(int w, int h, Component c) {
  ret withMargin(w, h, c);
}



static JPanel withMargins(int top, int left, int bottom, int right, Component c) {
  ret withMargin(top, left, bottom, right, c);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019895
Snippet name: withMargins - synonym of withMargin
Eternal ID of this version: #1019895/1
Text MD5: 7ae00efc615aaa8451d72130b480fb42
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-11-30 19:51:45
Source code size: 372 bytes / 23 lines
Pitched / IR pitched: No / No
Views / Downloads: 247 / 285
Referenced in: [show references]