Uses 911K of libraries. Click here for Pure Java version (9257L/49K).
1 | !7 |
2 | |
3 | cmodule ScoreMatrix > DynScoreMatrix {
|
4 | afterVisualize {
|
5 | onDoubleClickAndEnter(tblDetails, voidfunc(int row) {
|
6 | virtual TestResult item = _get(keysList(detailsMap), row); |
7 | if (item == null) ret; |
8 | virtual TestImage test = rget test(item); |
9 | showImageWithSelections(getString caseName(test), (BufferedImage) rget img(test), (L<Rect>) quickImport(rget rectsFound(item))); |
10 | }); |
11 | } |
12 | } |
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1024787 |
| Snippet name: | Chess Board Finder Score Matrix (see #1024783) |
| Eternal ID of this version: | #1024787/16 |
| Text MD5: | 46cab74f06b8e9026e2d826c914c47d0 |
| Transpilation MD5: | 491c51807dc6896ddeffb365ad6f6ed1 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX source code (Dynamic Module) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-08-25 20:34:22 |
| Source code size: | 421 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 503 / 1067 |
| Version history: | 15 change(s) |
| Referenced in: | [show references] |