Libraryless. Click here for Pure Java version (7370L/41K).
static JPanel jCenteredRaisedSection(S title default "", Swingable c) { ret jCenteredRaisedSection(title, wrap(c)); } static JPanel jCenteredRaisedSection(S title default "", Component c) { ret centerSection(jRaisedSection(title, c)); }
Began life as a copy of #1014638
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1034181 |
Snippet name: | jCenteredRaisedSection - make raised BevelBorder around component |
Eternal ID of this version: | #1034181/3 |
Text MD5: | aa10c2a3fbe33261835ae398e1986f87 |
Transpilation MD5: | ac16fc124dec4287a6bb259e97e6af6b |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-03-07 18:04:32 |
Source code size: | 247 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 145 / 220 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |