I need to create a JFrame with a column of buttons on the left, another column of buttons on the right, and in the centre there is a JPanel for images. Can anyone point out to me where to read up if I want to write a code for this?
Thanks!
(There's gonna be multiple buttons per column, I guess around 5-10, and the central JPanel will be for images and will cover about maybe 3/4 of the whole JFrame.)
