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)

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

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

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

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: 537 / 657
Version history: 2 change(s)
Referenced in: [show references]