Reputation: 303
I have been recently creating some GUI's for my program. However for my next GUI I want to know what is the best way to create a frame as follows:
It will have a title, Hotel Menu and then under it I want it to have 6 buttons placed vertically with spaces in between them. Wondering what is the best layout I can use to achieve such a thing?
I have used box layout before, but the buttons were uneven sizes and stuck together.
Upvotes: 0
Views: 230