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

18
LINES

< > BotCompany Repo | #1004855 // List AI Jobs [Swing]

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

Libraryless. Click here for Pure Java version (4157L/27K/96K).

!752 // Standard JavaX language level

!include #1004681 // Database core
!include #1004848 // AIJob custom class (optional!)

static JTable table;

p {
  table = showTable();
  installTimer(table, 5000, 0, r {
    loadConceptsFrom("#1004845");
  
    table = showTable(table, map(func(AIJob job) {
      S status = !job.hot ? "Not hot" : job.done ? "Done" : job.doing ? "Doing" : "TO BE DONE ASAP";
      ret litorderedmap("Job", job.description, "Status", status);
    }, listConcepts(AIJob.class)));
  });
}

Author comment

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: 430 / 508
Referenced in: [show references]