View Single Post
  #1 (permalink)  
Old 02-01-2008, 07:35 PM
TampaTechGuy TampaTechGuy is offline
Member
 
Join Date: Jan 2008
Posts: 6
TampaTechGuy is on a distinguished road
Returning a string (Partly Bold)
Ok here is my deal --

I am a little new at this and still learning, so keep it as informative as possible please (include imports, etc).

I have a public class

public class BoldMyString {
protected String getLetterBody() {
return "This string is not bold. This string is bold.\r\rNow this string is not bold.";

}


How do I get "This string is bold" to show up in bold lettering??

Thanks All.
Reply With Quote
Sponsored Links