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

7
LINES

< > BotCompany Repo | #1030805 // withRightAndBottomMargin

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2963L/17K).

static JPanel withRightAndBottomMargin(int r, int b default r, Component c) {
  ret withMargins(0, 0, b, r, c);
}

static JPanel withRightAndBottomMargin(Component c) {
  ret withRightAndBottomMargin(defaultMargin(), c);
}

Author comment

Began life as a copy of #1027440

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030805
Snippet name: withRightAndBottomMargin
Eternal ID of this version: #1030805/3
Text MD5: c109c1e9333921be5fbdad704cd26f1e
Transpilation MD5: dc326079dee76cb17401194fac71cad2
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-03-28 18:15:23
Source code size: 228 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 107 / 161
Version history: 2 change(s)
Referenced in: [show references]