Download Jar. Libraryless. Click here for Pure Java version (11699L/84K).
1 | !7 |
2 | |
3 | set flag hotwire_here. |
4 | sS osID = #1016478; |
5 | sbool standalone = true; |
6 | sS programName = "Chess Board Recognizer"; |
7 | sS backgroundID = #1102533; |
8 | |
9 | mainClassName ChessBoardRecognizer p-pcall { |
10 | ret if standalone && javaXStandalone_init(args, noConsole := true); |
11 | |
12 | autoVMExit(); |
13 | try { |
14 | temp tempWindow(chessOCR_splashScreen(backgroundID)); |
15 | ret if standalone_start2(standalone, programName, osID); |
16 | |
17 | saveTextFile(stefansOS_backgroundFile(), backgroundID); |
18 | standalone_runOSWithInitialModules(osID, tlftj([[ |
19 | #1024911/ChessBoardRecognizer |
20 | #1018866/SystemPrintLog |
21 | #1019954/TaskBar_dev |
22 | ]]), osParams := litparams( |
23 | onStart := voidfunc(O os) { setOpt(os, minLoadScreenShowingTime := 20.0); }, |
24 | hideFeatures := stefansOS_technicalFeatures(), |
25 | standardModules := ll( |
26 | "Chess Board Recognizer", "#1024911/ChessBoardRecognizer" |
27 | ), |
28 | botName := "", |
29 | osName := programName, |
30 | showTopInput := false, |
31 | shutdownConsole := r { chessOCR_splashScreen(backgroundID, text := programName + " Shutting Down") }, |
32 | )); |
33 | } catch print e { showConsole(); } |
34 | } |
Began life as a copy of #1024623
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: | #1024912 |
Snippet name: | Chess Board Recognizer Main (packaged by #1024913) |
Eternal ID of this version: | #1024912/28 |
Text MD5: | ecec13888c0ad404ee4396575d976048 |
Transpilation MD5: | 619b731d27dccb4fc6096b8ba2752edd |
Author: | stefan |
Category: | javax |
Type: | JavaX source code (desktop) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-08-31 17:12:54 |
Source code size: | 1151 bytes / 34 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 469 / 1716 |
Version history: | 27 change(s) |
Referenced in: | [show references] |