Reputation: 3
I'd like to make this layout using JFrame, is it possible ?
Thank you
Upvotes: 0
Views: 34
Reputation: 34
Use border layout as base layout that will hold all components. Add your image to borderlayout.north. Then create 2 flow layout for left and right buttons. Add your buttons to flow layouts and add your layout to left and right of borderlayout.
Upvotes: 1