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

3
LINES

< > BotCompany Repo | #1034198 // withTopRightAndBottomMargin

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

Libraryless. Click here for Pure Java version (5332L/29K).

static JPanel withTopRightAndBottomMargin(int w default defaultMargin(), Component c) {
  ret withMargins(w, 0, w, w, c);
}

Author comment

Began life as a copy of #1028958

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1034198
Snippet name: withTopRightAndBottomMargin
Eternal ID of this version: #1034198/1
Text MD5: 1ad22ed03f40341c0f1fefb3545749cc
Transpilation MD5: 89339eca7fbf9d8675a02f2bd85dc9d7
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-28 20:29:05
Source code size: 125 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 77 / 122
Referenced in: [show references]