I need to make a font underline and blue for a hyperlink in one of my JButtons, but it seems the font class has no obvious way to do this. I can't use attributedtext because I'm not going to be displaying this with Graphics class. Is there anyway I can accomplish this? I just need the title of my JButton to be blue and underlined.
|
feedback
|
| |||||
feedback
|
|
I ended up solving the problem of not being able to underline text by surrounding my string with ..... tags. | |||
|
feedback
|