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

9
LINES

< > BotCompany Repo | #1015541 // selectStandardFunction

JavaX fragment (include)

static void selectStandardFunction(final VF1<S> onSelect) {
  final AutoComboBox3 tfSF = standardFunctionComboBox();
  
  renameSubmitButton("Select",
    showTitledForm("Select standard function",
    "Function:", tfSF, r { awt {
      callF(onSelect, getTextTrim(tfSF));
    }}));
}

Author comment

Began life as a copy of #1014795

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: #1015541
Snippet name: selectStandardFunction
Eternal ID of this version: #1015541/7
Text MD5: 95ef86224e6b8f49087e3fa549c96c27
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-27 01:01:53
Source code size: 292 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 353 / 401
Version history: 6 change(s)
Referenced in: [show references]