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

15
LINES

< > BotCompany Repo | #1007203 // Try JTable with checkboxes for booleans [using fillTableWithData, WORKS]

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (6321L/46K/177K).

!7

p {
  L<L> data = (L) ll(
    ll(loadBufferedImage(#1004350), true),
    ll(loadBufferedImage(#1004351), false),
  );
  L<S> cols = splitAtSpace("Picture Pretty");
  
  JTable table = sexyTable();
  fillTableWithData(table, data, cols);
  table.setRowHeight(100);
  
  showFrame(table);
}

Author comment

Began life as a copy of #1004996

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1007203
Snippet name: Try JTable with checkboxes for booleans [using fillTableWithData, WORKS]
Eternal ID of this version: #1007203/4
Text MD5: eb7c3f403c8ca0e69102ce2a78e5dea2
Transpilation MD5: a2b800085c5a062b03299f1754e2014f
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-30 22:11:44
Source code size: 306 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 443 / 536
Version history: 3 change(s)
Referenced in: [show references]