I’m creating a login form with some labels, text inputs, and a button.
I put them in a Group, but I don’t want to have the border of the group displayed.
Is there any way to remove/hide it?
Should I be using other Composite than Group?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t think you can create a Group without a border. However, you could use the base Composite class to group your widgets without a border. Here’s an example of using a Composite.
If your login form consists of its own Shell (i.e. window), then you could potentially layout your widgets in the Shell without using a Composite within the Shell.