1 | static JLabel jcenteredlabel_noToolTip(S text) { |
2 | JLabel l = jcenteredLabel(text); |
3 | setOpt(l, autoToolTip := false); |
4 | setToolTipText(l, ""); |
5 | ret l; |
6 | } |
7 | |
8 | static JLabel jcenteredlabel_noToolTip() { |
9 | ret jcenteredlabel_noToolTip(" "); |
10 | } |
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: | 401 / 429 |
Version history: | 2 change(s) |
Referenced in: | [show references] |