1 | static Map<S, File> screenClipFiles() {
|
2 | new Map<S, File> map; |
3 | for (File f : filesEndingWith(screenClipsDir(), ".png")) |
4 | map.put(toLower(dropSuffix(".png", f.getName())), f);
|
5 | ret map; |
6 | } |
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: | #1015231 |
| Snippet name: | screenClipFiles |
| Eternal ID of this version: | #1015231/1 |
| Text MD5: | b49aa987db00ab4fa348de05371dbc72 |
| Author: | stefan |
| Category: | javax / gui / ocr |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-05-10 21:56:19 |
| Source code size: | 198 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 587 / 641 |
| Referenced in: | [show references] |