View Single Post
  #3 (permalink)  
Old 02-01-2008, 08:24 PM
TampaTechGuy TampaTechGuy is offline
Member
 
Join Date: Jan 2008
Posts: 6
TampaTechGuy is on a distinguished road
Its part of a web application I'm working on --

There are pieces of it that use:

new Font(Font.TIMES_ROMAN, 8, Font.ITALIC)));

but I am stuck on how to apply this to my code in a different class.

*but bold, not italic of course.
Reply With Quote