Libraryless. Click here for Pure Java version (7370L/41K).
1 | static JPanel jCenteredRaisedSection(S title default "", Swingable c) {
|
2 | ret jCenteredRaisedSection(title, wrap(c)); |
3 | } |
4 | |
5 | static JPanel jCenteredRaisedSection(S title default "", Component c) {
|
6 | ret centerSection(jRaisedSection(title, c)); |
7 | } |
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: | 415 / 545 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |