Libraryless. Click here for Pure Java version (6612L/43K).
1 | // returns true if you should exit |
2 | sbool standalone_activateFrames(S programID) { |
3 | S fullID = programIDPlusHome(programID, userHome()); |
4 | if (swic(activateFramesOf(fullID), "OK")) { |
5 | print(fullID + " already running, activating its windows."); |
6 | cleanKill(); |
7 | true; |
8 | } |
9 | false; |
10 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1022674 |
Snippet name: | standalone_activateFrames |
Eternal ID of this version: | #1022674/4 |
Text MD5: | ac57d00509ad8ec5ff7bf0edd4ea5a0e |
Transpilation MD5: | a229b04cc81c95782d55bfaa8692c338 |
Author: | stefan |
Category: | javax / stefan's os |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-08-30 22:54:19 |
Source code size: | 298 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 289 / 374 |
Version history: | 3 change(s) |
Referenced in: | [show references] |