setForeground( isSelected ? Color.black : Color.white );
if( isSelected ) { setForeground( Color.black )}else setForeground( Color.white );}