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

11
LINES

< > BotCompany Repo | #1020698 // withNorthMargin - synonym of withTopMargin

JavaX fragment (include)


static JPanel withNorthMargin(Component c) {
  ret withTopMargin(c);
}



static JPanel withNorthMargin(int w, Component c) {
  ret withTopMargin(w, c);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1020698
Snippet name: withNorthMargin - synonym of withTopMargin
Eternal ID of this version: #1020698/1
Text MD5: 20ec9fbd97b219aedafc582bc1a06e7b
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-31 18:23:41
Source code size: 160 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 197 / 227
Referenced in: [show references]