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

5
LINES

< > BotCompany Repo | #1016666 // jLiveValueTextField_bothWays

JavaX fragment (include)

static JTextField jLiveValueTextField_bothWays(final SimpleLiveValue<S> lv) {
  final JTextField ta = jTextField();
  bindTextComponentToLiveValue_bothWays(ta, lv);
  ret ta;
}

Author comment

Began life as a copy of #1015820

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1016666
Snippet name: jLiveValueTextField_bothWays
Eternal ID of this version: #1016666/1
Text MD5: 3e1c7934b0813b41a39e480c9ec9fc6f
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-27 13:22:18
Source code size: 180 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 354 / 410
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1017124 - jLiveValueCheckBox - both ways
#1018357 - jLiveValueIntTextField (both ways)
#1020150 - jLiveValueTextArea_bothWays
#1023000 - jLiveValueTextPane_bothWays
#1030817 - jLiveValuePasswordField_bothWays