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

4
LINES

< > BotCompany Repo | #1020940 // setDisabledTextColor

JavaX fragment (include)

1  
static <A extends JTextComponent> A setDisabledTextColor(Color color, A a) {
2  
  if (a != null) a.setDisabledTextColor(color);
3  
  ret a;
4  
}

Author comment

Began life as a copy of #1007196

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020940
Snippet name: setDisabledTextColor
Eternal ID of this version: #1020940/1
Text MD5: 40e7574fa5ff514c92e280f0aca1a4f1
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-12 15:08:55
Source code size: 138 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 206 / 239
Referenced in: [show references]