SWT « Component « Java Swing Q&A





1. SWT Link flickers with gradient background    stackoverflow.com

I'm developing a an eclipse plugin that uses an SWT interface. I need to display text, and within that text there needs to be links. The only two widgets ...

2. Changing org.eclipse.swt.widgets background color in Windows    stackoverflow.com

Right now I am trying to change the background color of a org.eclipse.swt.widgets.Button with the following code:

    Button sceneButton = new Button(border, SWT.TOGGLE | SWT.FLAT);  
  ...