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

10
LINES

< > BotCompany Repo | #1019515 // jDisabledButton - synonym of jdisabledButton

JavaX fragment (include)

1  
static JButton jDisabledButton(S text, O action) {
2  
  ret jdisabledButton(text, action);
3  
}
4  
5  
6  
7  
// button without action
8  
static JButton jDisabledButton(S text) {
9  
  ret jdisabledButton(text);
10  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019515
Snippet name: jDisabledButton - synonym of jdisabledButton
Eternal ID of this version: #1019515/1
Text MD5: 5bc48d8090442f84fe8988b278454510
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-11-11 18:31:27
Source code size: 192 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 212 / 264
Referenced in: [show references]