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

15
LINES

< > BotCompany Repo | #1012344 // showTextArea - synonym of showText

JavaX fragment (include)

1  
static JTextArea showTextArea(fS title, O text) {
2  
  ret showText(title, text);
3  
}
4  
5  
static JTextArea showTextArea(O text) {
6  
  ret showText(text);
7  
}
8  
9  
static JTextArea showTextArea(S text) {
10  
  ret showText(text);
11  
}
12  
13  
static JTextArea showTextArea() {
14  
  ret showText();
15  
}

Author comment

Began life as a copy of #1001106

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1012344
Snippet name: showTextArea - synonym of showText
Eternal ID of this version: #1012344/1
Text MD5: d109b84066ec4285ebca30d01d2193bf
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-28 15:56:35
Source code size: 279 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 467 / 396
Referenced in: [show references]