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

12
LINES

< > BotCompany Repo | #1003581 // wordWrapTextArea - synonym of wrappedTextArea

JavaX fragment (include)

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

Author comment

Began life as a copy of #1003427

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1003581
Snippet name: wordWrapTextArea - synonym of wrappedTextArea
Eternal ID of this version: #1003581/3
Text MD5: e2e7c7c1490641ab53ef4378552c3702
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-03-29 12:51:05
Source code size: 247 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 542 / 664
Version history: 2 change(s)
Referenced in: [show references]