how to underline char in text area

i have two line text and using single string for that. for displaying multiline text using JTextArea, and did set property so its look like a label, now i want first char of text should be underlined.

is this possible with JTextarea. one more thing i don't want use HTML tag label for this issue.

looking for your thoughts!!!!!!

[348 byte] By [Prashant_SDNa] at [2007-11-27 9:08:45]
# 1
> is this possible with JTextarea.No, you need to use a JTextPane and set the attribute for the character. You can use the StyleConstants.Underline attribute.
camickra at 2007-7-12 21:47:31 > top of Java-index,Desktop,Core GUI APIs...