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

3
LINES

< > BotCompany Repo | #1020149 // dm_fieldTextArea - JTextArea bound to module field (both ways)

JavaX fragment (include)

static JTextArea dm_fieldTextArea(S field) {
  ret jLiveValueTextArea_bothWays(dm_fieldLiveValue(field));
}

Author comment

Began life as a copy of #1017128

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020149
Snippet name: dm_fieldTextArea - JTextArea bound to module field (both ways)
Eternal ID of this version: #1020149/1
Text MD5: e3bc0d69ad34e252b7f0d126bfca66cd
Author: stefan
Category: javax / stefan's os
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-09 16:18:32
Source code size: 109 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 254 / 291
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1022815 - dm_textArea_scrollDown_readOnly
#1033999 - dm_syntaxTextArea - RSyntaxTextArea bound to module field (both ways)