Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

10
LINES

< > BotCompany Repo | #1014795 // selectSnippetID_v2 - dev.

JavaX fragment (include)

static void selectSnippetID_v2(final VF1<S> onSelect) {
  final AutoComboBox3 tfSnippetID = autoComboBox3("#", func(S s) -> L<S> {
    ll(/*latestSnippetID()*/#1014142)
  });
  
  renameSubmitButton(showTitledForm("Select Snippet",
    "Snippet ID:", tfSnippetID, r { awt {
      callF(onSelect, fsI(beforeSpaceTrim_orAll(getText(tfSnippetID))));
    }}), "Select snippet");
}

Author comment

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: 291 / 341
Version history: 6 change(s)
Referenced in: [show references]