Libraryless. Click here for Pure Java version (6221L/42K/140K).
1 | !752 |
2 | |
3 | sS progID = "#1005389"; |
4 | |
5 | concepts. |
6 | |
7 | p-substance { |
8 | loadConceptsFrom(progID); |
9 | |
10 | new L<L> data; |
11 | for (Concept c : conceptsOfType("MarkedClip")) { |
12 | BWImage img = cast cget(c, "img"); |
13 | S desc = cast cget(c, "description"); |
14 | if (img != null) |
15 | data.add(ll(c.id + ". " + desc, img.getBufferedImage())); |
16 | } |
17 | L<S> cols = splitAtSpace("ID/Description Image"); |
18 | |
19 | JTable table = sexyTable(); |
20 | fillTableWithData(table, data, cols); |
21 | table.setRowHeight(100); |
22 | |
23 | showFrame("Marked Clips (" + progID + ")", table); |
24 | } |
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: | 546 / 788 |
Referenced in: | [show references] |