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

9
LINES

< > BotCompany Repo | #1015541 // selectStandardFunction

JavaX fragment (include)

1  
static void selectStandardFunction(final VF1<S> onSelect) {
2  
  final AutoComboBox3 tfSF = standardFunctionComboBox();
3  
  
4  
  renameSubmitButton("Select",
5  
    showTitledForm("Select standard function",
6  
    "Function:", tfSF, r { awt {
7  
      callF(onSelect, getTextTrim(tfSF));
8  
    }}));
9  
}

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