1 | static JLabel jcenteredBoldLabel(S text) { |
2 | JLabel l = jboldLabel(text); |
3 | l.setHorizontalAlignment(JLabel.CENTER); |
4 | ret l; |
5 | } |
6 | |
7 | static JLabel jcenteredBoldLabel() { |
8 | ret jcenteredBoldLabel(""); |
9 | } |
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: | 552 / 560 |
Version history: | 1 change(s) |
Referenced in: | [show references] |