static <A extends JComponent> A toolTip(A c, fO toolTip) { ret setToolTipText(c, toolTip); } static <A extends JComponent> A toolTip(O toolTip, A c) { ret setToolTipText(toolTip, c); }
download show line numbers debug dex old transpilations
Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1019941 |
Snippet name: | toolTip - synonym of setToolTipText |
Eternal ID of this version: | #1019941/1 |
Text MD5: | 2e185b8bcacba2dabd7e8c37e621ffaa |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-12-01 17:15:24 |
Source code size: | 193 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 370 / 420 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1034550 - instaToolTip |