Libraryless. Click here for Pure Java version (4157L/27K/96K).
1 | !752 // Standard JavaX language level |
2 | |
3 | !include #1004681 // Database core |
4 | !include #1004848 // AIJob custom class (optional!) |
5 | |
6 | static JTable table; |
7 | |
8 | p { |
9 | table = showTable(); |
10 | installTimer(table, 5000, 0, r { |
11 | loadConceptsFrom("#1004845"); |
12 | |
13 | table = showTable(table, map(func(AIJob job) { |
14 | S status = !job.hot ? "Not hot" : job.done ? "Done" : job.doing ? "Doing" : "TO BE DONE ASAP"; |
15 | ret litorderedmap("Job", job.description, "Status", status); |
16 | }, listConcepts(AIJob.class))); |
17 | }); |
18 | } |
Began life as a copy of #1004847
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1004855 |
Snippet name: | List AI Jobs [Swing] |
Eternal ID of this version: | #1004855/1 |
Text MD5: | b111d7d4eb0211113c88906af3955692 |
Transpilation MD5: | 7a48fbad8d2ec25f033b8e077a4bde75 |
Author: | stefan |
Category: | javax |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-09-05 22:25:12 |
Source code size: | 527 bytes / 18 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 489 / 596 |
Referenced in: | [show references] |