Creating multiple of the same image..

How do you create multiples(Using a loop) of the same image, then apply them to a JFrame?
[96 byte] By [Shadow1222a] at [2007-11-27 5:39:01]
# 1

Quit multiposting questions. You've already been given an answer.

Show us the code where you manually add 2 or 3 images to a JFrame.

Once, you've mastered that code you look at the common part of the code that creates and adds the image to the frame and make a loop out of it.

Master the basics first and then make the code more general.

camickra at 2007-7-12 15:13:24 > top of Java-index,Desktop,Core GUI APIs...