static <A extends JComponent> A withToolTip(A c, fO toolTip) { ret setToolTipText(c, toolTip); } static <A extends JComponent> A withToolTip(O toolTip, A c) { ret setToolTipText(toolTip, c); }
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: | 357 / 390 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |