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

