How to set SWT button foreground color?

前端 未结 4 1812
后悔当初
后悔当初 2020-12-02 02:03

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

4条回答
  •  隐瞒了意图╮
    2020-12-02 02:27

    On windows, setForeground doesn't work for Group either.

    If you can convince your users to use the Classic Theme, setForeground will miraculously work.

提交回复
热议问题