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

7
LINES

< > BotCompany Repo | #1033643 // withRightAlignedButtons_marginAttachedToCenter

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

Libraryless. Click here for Pure Java version (7186L/42K).

static JPanel withRightAlignedButtons_marginAttachedToCenter(JComponent center, O... params) {
  ret centerAndSouth(withMargin(center), jRightAlignedButtons(params));
}

static JPanel withRightAlignedButtons_marginAttachedToCenter(Swingable center, O... params) {
  ret withRightAlignedButtons_marginAttachedToCenter(wrap(center), params);
}

Author comment

Began life as a copy of #1019826

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1033643
Snippet name: withRightAlignedButtons_marginAttachedToCenter
Eternal ID of this version: #1033643/1
Text MD5: fa04278ae45a2c9ff0f1298743fd125e
Transpilation MD5: 92b7ade8ecbc9f2c6fbc1e91e9bc2d3f
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-12-25 19:40:31
Source code size: 347 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 65 / 105
Referenced in: [show references]