I have created a GUI, and am using the FlowLayout.
I have 2 labels and a button, that are on the same line, however I want the button on a separate line to the 2 labels. Is there any way of going about it?
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.
There are many ways, most of which involve making a nested layout (putting one layout inside another). Here is an example.
For a more comprehensive example of nesting layouts, see this answer.