Ciao!
Se faccio

Font font = new Font("Lucida Sans", Font.PLAIN, 12);
font.setColor(Color.red);

in teoria dovrebbe modificare il colore del font da black a red.
Perchè ciò non avviene?

pgm