I am creating a login form with several shortcuts, text inputs and a button. I put them in a group, but I do not want the group border displayed. Is there any way to remove / hide it?
Should I use a different Composite than Group?
I do not think you can create a Group without a framework. However, you can use the Composite base class to group your widgets without a border. Here is an example using Composite.
Shell ( ), Composite .