1 | static void selectSnippetID_v2(final VF1<S> onSelect) {
|
2 | final AutoComboBox3 tfSnippetID = autoComboBox3("#", func(S s) -> L<S> {
|
3 | ll(/*latestSnippetID()*/#1014142) |
4 | }); |
5 | |
6 | renameSubmitButton(showTitledForm("Select Snippet",
|
7 | "Snippet ID:", tfSnippetID, r { awt {
|
8 | callF(onSelect, fsI(beforeSpaceTrim_orAll(getText(tfSnippetID)))); |
9 | }}), "Select snippet"); |
10 | } |
Began life as a copy of #1014779
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: | #1014795 |
| Snippet name: | selectSnippetID_v2 - dev. |
| Eternal ID of this version: | #1014795/7 |
| Text MD5: | 0bade20db03ff16640e90c21f46a8cec |
| Author: | stefan |
| Category: | javax / chat |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-05-02 19:43:53 |
| Source code size: | 385 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 577 / 635 |
| Version history: | 6 change(s) |
| Referenced in: | [show references] |