ok...voglio chiederti un ultima cosa....ho creato l'AttributeSet
SimpleAttributeSet charAttributes = new SimpleAttributeSet();
StyleConstants.setFontSize(charAttributes, size);
StyleConstants.setFontFamily(charAttributes, fontName);
ma non riesco a trovare il metodo per impostare il colore del font......
grazie....