Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1019729 // withToolTip - synonym of setToolTipText

JavaX fragment (include)

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: 269 / 305
Referenced in: [show references]