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

5
LINES

< > BotCompany Repo | #1015820 // jLiveValueTextArea

JavaX fragment (include)

static JTextArea jLiveValueTextArea(final LiveValue lv) {
  final JTextArea ta = jTextArea();
  bindTextComponentToLiveValue(ta, lv);
  ret ta;
}

Author comment

Began life as a copy of #1015811

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: #1015820
Snippet name: jLiveValueTextArea
Eternal ID of this version: #1015820/1
Text MD5: 3d267b4e8a869e11346ed561f828f6e1
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-28 03:09:54
Source code size: 149 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 379 / 416
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1015827 - jLiveValueWordWrapTypeWriterTextArea - NOT both ways (just reads from live value)
#1016618 - jLiveValueComboBox - both ways, fixed values list
#1016666 - jLiveValueTextField_bothWays
#1016669 - jLiveValueTextField - only value => UI
#1016845 - jLiveValueList - calls toString on list elements