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.......
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.