Hi, I am very new to Java and am using Breezy Swing. I basically need to create an array of JButtons (26 in total) and display them on a form (9 on the top row, 9 in the middle and 8 on the bottom) and I have no idea of how to do this... As I said I am very new to this.
I can create a standard 1D array containing strings etc... so I assume that it uses the same syntax. Can anyone help me with this?
Thanks in advance!
Shaun