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

3
LINES

< > BotCompany Repo | #1033778 // centerAndSouthOrEast

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

Libraryless. Click here for Pure Java version (6531L/36K).

static JPanel centerAndSouthOrEast(bool horizontal, Component c, Component s) {
  ret horizontal ? centerAndEast(c, s) : centerAndSouth(c, s);
}

Author comment

Began life as a copy of #1003308

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1033778
Snippet name: centerAndSouthOrEast
Eternal ID of this version: #1033778/1
Text MD5: 04be0d15e35a80c95778bf140169850f
Transpilation MD5: 749bc1913e214e6108972d1dc0245e57
Author: stefan
Category: javax / swing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-03 00:25:30
Source code size: 146 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 73 / 115
Referenced in: [show references]