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

12
LINES

< > BotCompany Repo | #1030812 // jTextArea_wordWrap - synonym of wordWrapTextArea

JavaX fragment (include)

static JTextArea jTextArea_wordWrap() {
  ret wordWrapTextArea();
}

static JTextArea jTextArea_wordWrap(S text) {
  ret wordWrapTextArea(text);
}


static JTextArea jTextArea_wordWrap(JTextArea ta) {
  ret wordWrapTextArea(ta);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030812
Snippet name: jTextArea_wordWrap - synonym of wordWrapTextArea
Eternal ID of this version: #1030812/2
Text MD5: b6bc541c4ec40bf5d22d3699d7899ef4
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-03-29 12:50:49
Source code size: 241 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 107 / 139
Version history: 1 change(s)
Referenced in: [show references]