Reputation: 8395
I want a SWT Border with radio Button, so using Group with some text name.
But I want to provide a radio button prefix to the group name border.
Is it possible?
Upvotes: 3
Views: 1203
Reputation: 1050
You can do this by overlaying your radio button on group using the FormLayout
.
Upvotes: 0
Reputation: 9535
By default this is not possible. The opal project has something similar with Checkboxes, see here
Upvotes: 5