Libraryless. Click here for Pure Java version (14663L/103K).
1 | !7 |
2 | |
3 | sclass LocalMechLists extends DynCalculatedList {
|
4 | SS listToMD5; |
5 | |
6 | visualize {
|
7 | JComponent c = super.visualize(); |
8 | onDoubleClickOrEnter(list, voidfunc(S listName) {
|
9 | showText(listName, localMechList_opt_raw_fresh(listName)) |
10 | }); |
11 | ret c; |
12 | } |
13 | |
14 | start { doEvery(10000, r updateMe); }
|
15 | |
16 | L<S> calc() {
|
17 | ret sortedIC(map loadTextFile(filesInDirWithExtension(localMechListsDir(), ".name"))); |
18 | } |
19 | } |
Began life as a copy of #1016073
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1017252 |
| Snippet name: | Local Mech Lists [Dyn Module] |
| Eternal ID of this version: | #1017252/5 |
| Text MD5: | eae061dc8638f62efa599d024de7a4b1 |
| Transpilation MD5: | b0bb0c94295100c9a7b94829e75660c3 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX source code (Dynamic Module) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-07-15 16:35:38 |
| Source code size: | 440 bytes / 19 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 838 / 6221 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |