1 | // action: voidfunc(S) |
2 | static void showTextFieldForm(fS title, fS name, fS value, fO action) { |
3 | awt { |
4 | final JTextField tf = jtextfield(value); |
5 | showFormTitled(title, name, tf, r { |
6 | pcallF(action, getTextTrim(tf)) |
7 | }); |
8 | } |
9 | } |
10 | |
11 | static void showTextFieldForm(fS title, fS name, fO action) { |
12 | showTextFieldForm(title, name, "", action); |
13 | } |
Began life as a copy of #1006692
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: | #1008156 |
Snippet name: | showTextFieldForm |
Eternal ID of this version: | #1008156/3 |
Text MD5: | 6743c229b9f732c654e41656f6168683 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-10-11 21:37:42 |
Source code size: | 362 bytes / 13 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 580 / 568 |
Version history: | 2 change(s) |
Referenced in: | [show references] |