How to increase the font of a string using swings/awt concept.

Hi friends,I had come across one issue over increasing the font of a string while working on an application...........So is it possible to do the same............Thanks in advance.......
[214 byte] By [chandrashekar9274a] at [2007-11-27 9:37:00]
# 1
Strings don't have a font! GUI widgets that display string have a font and in both AWT and Swing you use the setFont(Font desiredFont) method.P.S. You need to get your keyboard serviced - you seem to have a sticking full stop key.
sabre150a at 2007-7-12 23:07:16 > top of Java-index,Desktop,Core GUI APIs...