static JLabel jcenteredlabel_noToolTip(S text) { JLabel l = jcenteredLabel(text); setOpt(l, autoToolTip := false); setToolTipText(l, ""); ret l; } static JLabel jcenteredlabel_noToolTip() { ret jcenteredlabel_noToolTip(" "); }
Began life as a copy of #1006699
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1014141 |
| Snippet name: | jcenteredlabel_noToolTip |
| Eternal ID of this version: | #1014141/3 |
| Text MD5: | 69b17e8a1003cb3a8379ddd2df75eadb |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-04-11 06:59:04 |
| Source code size: | 246 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 628 / 656 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1035019 - jlabel_noToolTip |