The SWT Button class has a setForeground(Color) method but it seems to have no effect (the method is actually on Button\'s superclass). The javadoc says that th
setForeground(Color)
On windows, setForeground doesn't work for Group either.
If you can convince your users to use the Classic Theme, setForeground will miraculously work.