Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Promoted
How do you create a square grid of duplicate images from a single image. (DrJava)?
1 Answer
Relevance
- Anonymous1 decade agoFavorite Answer
Create a 2-D array of JButtons. Add an ImageIcon(your image) to each button. You should be able to do both steps using a single for loop. (Use 2 if needed)
Still have questions? Get your answers by asking now.