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

20
LINES

< > BotCompany Repo | #1006625 // A. I.

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

Libraryless. Click here for Pure Java version (5549L/39K/131K).

!7

p-substance {
  showProgramButtons(
    "Screenshot Manager", #1006593,
    "Screenshot Distinguisher", #1006612);
}

svoid showProgramButtons(O... params) {
  new L<JButton> buttons;
  for (int i = 0; i+1 < l(params); i += 2) {
    final S programID = cast params[i+1];
    buttons.add(jbutton((S) params[i], r-thread { startProgram(programID) }));
  }
  showPackedFrame(vstackWithSpacing(buttons, 10));
}

svoid startProgram(S id) {
  nohupJavax(id);
}

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: #1006625
Snippet name: A. I.
Eternal ID of this version: #1006625/1
Text MD5: 4453833e2eea53a1ee33002d6b31db2f
Transpilation MD5: d75383b5fde1ab33bbbcea13830d72c1
Author: stefan
Category: javax / gui / a.i.
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-01-22 01:15:40
Source code size: 477 bytes / 20 lines
Pitched / IR pitched: No / No
Views / Downloads: 476 / 567
Referenced in: [show references]