Here is my problem:
I have an application that every iteration it returns to me a list of images. The imagens have different sizes and the number of images to be shown varies every time.
Is there a way to show in a jFrame all the images without knowing the number of jPanels to create? Is there an easy way to do that?
Obs.: The images should be shown at same time, like side by side, or listed, because they are used for comparisson purposes.
Obs.2: The number of images to be shown is around 20-60 for each time.
Thanks