I have an SWT window wherein there is Group widget in which i placed couple of other widgets,i set the title of group & its working fine. The group title color is blue always(in my case i am not sure) and that doesn’t sync up with other children inside group.So i wonder if there is a way to change the group title text color and font if there is a way ?
Share
It’s quite easy to change font of group, check this snippet (used snippet from java2s.com)
It provides this behavior on W7
But as you can see, change of color by
setForeground(Color c)doesn’t change a thing, when I search for additional info I found bug report on SWT bugzilla The color of the title of the group control cannot be changed. It’s windows platform dependent bug.