JPanels in a five-by-one grid

Make 26 JButtons, each labeled with a single, different letter of the alphabet. Create a JFrame to hold five JPanels in a five-by-one grid. Place six Buttons within each of the first four Janels and two Buttons within the fifth Janel of the JFrame. Add a JLabel to the fifth Janel. When the user clicks a JButton, the text of the JLabel is set to “Folder X*, where X is the letter of the alphabet that is clicked.