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

4
LINES

< > BotCompany Repo | #1007196 // setForeground

JavaX fragment (include)

static <A extends JComponent> A setForeground(Color color, A a) {
  if (a != null) a.setForeground(color);
  ret a;
}

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: #1007196
Snippet name: setForeground
Eternal ID of this version: #1007196/2
Text MD5: 57925e886edd19eb9a89bb0f0d614c79
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-03-11 23:06:02
Source code size: 120 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 585 / 758
Version history: 1 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1014540 - Replace a word in JavaX source (includes camel case parsing, OK)
#1014546 - setBackground
#1014884 - aSetForeground
#1020940 - setDisabledTextColor