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

15
LINES

< > BotCompany Repo | #1015139 // Show all definitions for things on screen

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

Download Jar. Uses 3874K of libraries. Click here for Pure Java version (12724L/88K).

!7

p-noconsole {
  autoRestart();
  new L data;
  
  for (S md5, comment : thingsOnScreenDefinitions()) {
    data.add(litorderedmap(
      "Image" := loadBufferedImageOpt(screenClipFileForMD5(md5)),
      "Comment" := comment,
      "MD5" := md5));
  }

  final JTable table = setRowHeight(40, showTable(data, n2(data, "thing") + " defined"));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1015139
Snippet name: Show all definitions for things on screen
Eternal ID of this version: #1015139/4
Text MD5: 1781cc0f31f74888cb0595be5cb98e6e
Transpilation MD5: f5981cffa1313aa037fcea995b40fd82
Author: stefan
Category: javax / ocr
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-08 16:57:31
Source code size: 361 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 276 / 697
Version history: 3 change(s)
Referenced in: [show references]