1 | static void addAISuiteMenu(Component c) { |
2 | addAISuiteMenu(c, "AI Suite"); |
3 | } |
4 | |
5 | static void addAISuiteMenu(Component c, S title) { |
6 | final Map<S, S> map = cast get(hotwire(#1007449), "aiPrograms"); |
7 | for (fS name : keys(map)) |
8 | addToMenu(c, title, name, r { startOrActivate(map.get(name)) }); |
9 | } |
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: | #1007472 |
Snippet name: | addAISuiteMenu |
Eternal ID of this version: | #1007472/6 |
Text MD5: | 454cf4e1a581b1278e47c8c8ef4bd4c5 |
Author: | stefan |
Category: | javax / a.i. / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-03-25 16:15:00 |
Source code size: | 302 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 579 / 568 |
Version history: | 5 change(s) |
Referenced in: | [show references] |