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

12
LINES

< > BotCompany Repo | #1015909 // lastRunTable_addRunAction

JavaX fragment (include)

static JTable lastRunTable_addRunAction(final JTable table) {
  onDoubleClickOrEnter(table, voidfunc(Int row) {
    Map map = getTableLineAsMap(table, row);
    if (map == null) ret;
    fS id = getString(map, "Program ID");
    fS args = getString(map, "Arguments");
    thread "nohupJavax" {
      nohupJavax(id + " " + args);
    }
  });
  ret table;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1015909
Snippet name: lastRunTable_addRunAction
Eternal ID of this version: #1015909/4
Text MD5: 1477ee5d2a92b3a490158eb2eb5f78b1
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-30 14:19:25
Source code size: 366 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 275 / 297
Version history: 3 change(s)
Referenced in: [show references]