Libraryless. Click here for Pure Java version (6531L/36K).
1 | static JPanel centerAndSouthOrEast(bool horizontal, Component c, Component s) {
|
2 | ret horizontal ? centerAndEast(c, s) : centerAndSouth(c, s); |
3 | } |
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: | 351 / 458 |
| Referenced in: | [show references] |