static JLabel jcenteredBoldLabel(S text) { JLabel l = jboldLabel(text); l.setHorizontalAlignment(JLabel.CENTER); ret l; } static JLabel jcenteredBoldLabel() { ret jcenteredBoldLabel(""); }
Began life as a copy of #1004958
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1005086 |
| Snippet name: | jcenteredBoldLabel |
| Eternal ID of this version: | #1005086/2 |
| Text MD5: | dd0bb6c22dc2b366f13a01d214f11553 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-02-14 02:18:43 |
| Source code size: | 205 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 819 / 834 |
| Version history: | 1 change(s) |
| Referenced in: | #1005454 - jcenteredLabel - makes fully centered label #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1014934 - jcenteredboldlabel - synonym of jcenteredBoldLabel |