Per il colore prova il metodo

public void setForeground(Color fg)

ereditato da JComponent. Ad esempio:

bottone.setForeground(Color.RED);

per il colore rosso o

bottone.setForeground(new Color(100, 200, 33));

per dare le componenti rgb del colore.