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)

1  
static JTextArea jTextArea_wordWrap() {
2  
  ret wordWrapTextArea();
3  
}
4  
5  
static JTextArea jTextArea_wordWrap(S text) {
6  
  ret wordWrapTextArea(text);
7  
}
8  
9  
10  
static JTextArea jTextArea_wordWrap(JTextArea ta) {
11  
  ret wordWrapTextArea(ta);
12  
}

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: 112 / 144
Version history: 1 change(s)
Referenced in: [show references]