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

7
LINES

< > BotCompany Repo | #1005993 // rawTableLines

JavaX fragment (include)

static L<L> rawTableLines(JTable t) {
  int n = tableRows(t);
  new L l;
  for (int i = 0; i < n; i++)
    l.add(rawTableLine(t, i));
  ret l;
}

Author comment

Began life as a copy of #1004261

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1005993
Snippet name: rawTableLines
Eternal ID of this version: #1005993/1
Text MD5: e8bd2861f9b04133feaa2907323d2fe5
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-12-14 00:05:22
Source code size: 150 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 413 / 425
Referenced in: [show references]