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.