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

12
LINES

< > BotCompany Repo | #1024787 // Chess Board Finder Score Matrix (see #1024783)

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 911K of libraries. Click here for Pure Java version (9257L/49K).

!7

cmodule ScoreMatrix > DynScoreMatrix {
  afterVisualize {
    onDoubleClickAndEnter(tblDetails, voidfunc(int row) {
      virtual TestResult item = _get(keysList(detailsMap), row);
      if (item == null) ret;
      virtual TestImage test = rget test(item);
      showImageWithSelections(getString caseName(test), (BufferedImage) rget img(test), (L<Rect>) quickImport(rget rectsFound(item)));
    });
  }
}

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: 190 / 681
Version history: 15 change(s)
Referenced in: [show references]