Libraryless. Click here for Pure Java version (5549L/39K/131K).
1 | !7 |
2 | |
3 | p-substance { |
4 | showProgramButtons( |
5 | "Screenshot Manager", #1006593, |
6 | "Screenshot Distinguisher", #1006612); |
7 | } |
8 | |
9 | svoid showProgramButtons(O... params) { |
10 | new L<JButton> buttons; |
11 | for (int i = 0; i+1 < l(params); i += 2) { |
12 | final S programID = cast params[i+1]; |
13 | buttons.add(jbutton((S) params[i], r-thread { startProgram(programID) })); |
14 | } |
15 | showPackedFrame(vstackWithSpacing(buttons, 10)); |
16 | } |
17 | |
18 | svoid startProgram(S id) { |
19 | nohupJavax(id); |
20 | } |
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: | 529 / 634 |
Referenced in: | [show references] |