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

17
LINES

< > BotCompany Repo | #1019840 // withSideMargin - synonym of withLeftAndRightMargin

JavaX fragment (include)


static JPanel withSideMargin(Component c) {
  ret withLeftAndRightMargin(c);
}



static JPanel withSideMargin(int w, Component c) {
  ret withLeftAndRightMargin(w, c);
}



static JPanel withSideMargin(int w1, int w2, Component c) {
  ret withLeftAndRightMargin(w1, w2, 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: #1019840
Snippet name: withSideMargin - synonym of withLeftAndRightMargin
Eternal ID of this version: #1019840/1
Text MD5: ee1902c247e14522200287064b82534d
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-11-28 02:16:06
Source code size: 284 bytes / 17 lines
Pitched / IR pitched: No / No
Views / Downloads: 292 / 341
Referenced in: [show references]