// returns informative message static S startOrActivate(S progID) { S msg = activateFramesOf(progID); if (nempty(msg)) ret infoBox(msg); nohupJavax(progID); ret infoBox("Starting " + snippetTitle(progID)); }