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; }