Java: JTextField font colour formatting?

Soldato
Joined
16 Dec 2003
Posts
2,697
Could anybody please tell me how can I change the colour of my font in the text field output in Java?

I'm just wondering if there's any easy way without declaring any new methods?

Such as adding anythint to: row1.add(clockTextField); or container.add(row1);?

Please let me know! :)
 
Back
Top Bottom