1 | static <A extends JTextComponent> A setDisabledTextColor(Color color, A a) {
|
2 | if (a != null) a.setDisabledTextColor(color); |
3 | ret a; |
4 | } |
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: | 482 / 528 |
| Referenced in: | [show references] |