static JTextField jLiveValueTextField(final LiveValue lv) { final JTextField tf = jTextField(); bindTextComponentToLiveValue(tf, lv); ret tf; }
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: | #1016669 |
| Snippet name: | jLiveValueTextField - only value => UI |
| Eternal ID of this version: | #1016669/3 |
| Text MD5: | be2fdadf7463b5600b8054445267a2ca |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-05-25 22:20:11 |
| Source code size: | 153 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 698 / 733 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1031256 - jDisabledLiveValueTextField - only value => UI |