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

8
LINES

< > BotCompany Repo | #1004471 // sexyTable - JTable with latest fancy stuff

JavaX fragment (include)

sbool sexyTable_drag = false;

static JTable sexyTable() {
  final JTable table = sexyTableWithoutDrag();
  if (sexyTable_drag)
    tableEnableTextDrag(table); // TODO: seems to interfere with double clicks
  ret table;
}

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: #1004471
Snippet name: sexyTable - JTable with latest fancy stuff
Eternal ID of this version: #1004471/8
Text MD5: cf075b27ec9fc081e51b3ac71de47368
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-28 16:53:13
Source code size: 228 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 667 / 603
Version history: 7 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1009201 - sexyTableWithoutDrag - JTable with latest fancy stuff, but without drag-enable (bad for double clicks)