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

7
LINES

< > BotCompany Repo | #1004434 // jlabel - make JLabel with automatic tooltip and popup menu

JavaX fragment (include)

static JLabel jlabel(fS text) {
  ret swingConstruct(BetterLabel, text);
}

static JLabel jlabel() {
  ret jlabel(" ");
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1004434
Snippet name: jlabel - make JLabel with automatic tooltip and popup menu
Eternal ID of this version: #1004434/3
Text MD5: e893b8323b3228728c4b1831e2eca4c5
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-15 23:39:38
Source code size: 127 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 633 / 625
Version history: 2 change(s)
Referenced in: #1005455 - jLabel - synonym of jlabel
#1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1007199 - standardLabelPopupMenu
#1022781 - jtoplabel - top-aligned JLabel
#1034131 - jlabel_noAutoToolTip
#1034306 - jSimpleLabel - make JLabel without automatic tooltip and popup menu
#1034792 - jnarrowLabel - JLabel with small minimum width