Hi iam trying to do some program that allowed me to change my font color so if i have used a check box but the problem is the combination of the color . can i combine two colors to make it the color of my font ?
Font font = new Font("Arial", Font.BOLD, 12);
field.setFont(font);
field.setForeground(Color.YELLOW);
// can i make this `field.setForeground(Color.YELLOW&&GREEN); //or any who else idea for combination of font colors . please help .