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

12
LINES

< > BotCompany Repo | #1024827 // Chess Piece Recognizer Score Matrix (see #1024825)

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

Uses 911K of libraries. Click here for Pure Java version (9330L/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);
      showImage(getString caseName(test), (BufferedImage) rget img(test));
    });
  }
}

Author comment

Began life as a copy of #1024787

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: #1024827
Snippet name: Chess Piece Recognizer Score Matrix (see #1024825)
Eternal ID of this version: #1024827/1
Text MD5: 402822301a0363094e957674129f9591
Transpilation MD5: 607c2ec4726721bb4e8d8f8e6db47785
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-26 14:32:00
Source code size: 361 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 143 / 367
Referenced in: [show references]