[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Change style of a Link object

Andre wrote:
Hi All,

When I create a Link object, it automatically underlines it. I want to change the style so it's not underlined. How can I do that?

I don't think Link allows for that kind of customization. As an alternative, consider org.eclipse.ui.forms.widgets.Hyperlink which does let you specify whether or not the text is underlined.


Hope this helps,
	Eric