Originally posted by Souvik Das:
Hi,
Does anybody know how to open multiple images in a single window ? I want a scrollbar with this to view multiple images.It would be helpful if anybody share a code regarding this.
Thanks in advance.
Wrap the images inside JLabel. Add these labels to the panel with your favorite layout. Add the panel to the base container after wrapping it inside a JScrollPane.