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

17
LINES

< > BotCompany Repo | #1033948 // withSideMargins - synonym of withLeftAndRightMargin

JavaX fragment (include)


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



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



static JPanel withSideMargins(int w1, int w2, Component c) {
  ret withLeftAndRightMargin(w1, w2, c);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033948
Snippet name: withSideMargins - synonym of withLeftAndRightMargin
Eternal ID of this version: #1033948/1
Text MD5: 88d241524471873e31f7501d4ce67471
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-14 18:22:50
Source code size: 287 bytes / 17 lines
Pitched / IR pitched: No / No
Views / Downloads: 83 / 104
Referenced in: [show references]