1 | static <A extends JComponent> A withToolTip(A c, fO toolTip) { |
2 | ret setToolTipText(c, toolTip); |
3 | } |
4 | |
5 | |
6 | |
7 | static <A extends JComponent> A withToolTip(O toolTip, A c) { |
8 | ret setToolTipText(toolTip, c); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 11 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1019729 |
| Snippet name: | withToolTip - synonym of setToolTipText |
| Eternal ID of this version: | #1019729/1 |
| Text MD5: | 7b00742543685ff4aee2ea958035d67c |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-11-24 01:53:37 |
| Source code size: | 201 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 620 / 662 |
| Referenced in: | [show references] |