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

24
LINES

< > BotCompany Repo | #1005443 // Show marked clips DB [works]

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

Libraryless. Click here for Pure Java version (6221L/42K/140K).

!752

sS progID = "#1005389";

concepts.

p-substance {
  loadConceptsFrom(progID);
  
  new L<L> data;
  for (Concept c : conceptsOfType("MarkedClip")) {
    BWImage img = cast cget(c, "img");
    S desc = cast cget(c, "description");
    if (img != null)
      data.add(ll(c.id + ". " + desc, img.getBufferedImage()));
  }
  L<S> cols = splitAtSpace("ID/Description Image");
  
  JTable table = sexyTable();
  fillTableWithData(table, data, cols);
  table.setRowHeight(100);
  
  showFrame("Marked Clips (" + progID + ")", table);
}

Author comment

Began life as a copy of #1005397

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: #1005443
Snippet name: Show marked clips DB [works]
Eternal ID of this version: #1005443/1
Text MD5: 72f1cc804926d456f197a0ee708e629e
Transpilation MD5: fdc1afb36bcf86fef7d22fd52d66292f
Author: stefan
Category: javax / ocr
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-11-24 11:46:46
Source code size: 557 bytes / 24 lines
Pitched / IR pitched: No / No
Views / Downloads: 480 / 700
Referenced in: [show references]