1 | static void selectSnippetID(final VF1<S> onSelect) { |
2 | new SnippetSelectForm(onSelect).go(); |
3 | } |
4 | |
5 | static void selectSnippetID(S title, final VF1<S> onSelect) { |
6 | SnippetSelectForm form = new(onSelect); |
7 | form.go(); |
8 | possiblyInternalFrameTitle(form.frame, title); |
9 | } |
Began life as a copy of #1013488
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: | #1014779 |
Snippet name: | selectSnippetID |
Eternal ID of this version: | #1014779/8 |
Text MD5: | 67c98fee04475649b896b3ccf38856fe |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-06-16 18:14:30 |
Source code size: | 271 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 431 / 494 |
Version history: | 7 change(s) |
Referenced in: | [show references] |