static JPanel jCenteredSectionWithFont(Font font, Component c) { ret jCenteredSectionWithFont(font, "", c); } static JPanel jCenteredSectionWithFont(final Font font, fS title, final Component c) { ret swing(func -> JPanel { JPanel p = jCenteredSection(title, c); ((TitledBorder) p.getBorder()).setTitleFont(font); ret p; }); } static JPanel jCenteredSectionWithFont(Font font, S title) { ret jCenteredSectionWithFont(font, title, jpanel()); }
Began life as a copy of #1016951
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1020286 |
| Snippet name: | jCenteredSectionWithFont - jSection with centered title |
| Eternal ID of this version: | #1020286/1 |
| Text MD5: | 9fe79c298ab7d642dc8908f6b363150c |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-12-12 20:46:22 |
| Source code size: | 480 bytes / 15 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 535 / 572 |
| Referenced in: | [show references] |