I have 10 images in one JPanel in JFrame. I want to resize all these images when user resize the JFrame window.
Asked
Active
Viewed 1,602 times
1 Answers
0
Use a GridLayout to display the images. The grid will resize as the frame is resized.
Use Darryl's Stretch Icon to display the Icon on a JLabel. The Icon will automatically resize itself.

camickr
- 321,443
- 19
- 166
- 288
-
@hiren, you should "accept" the answer so people know the problem has been solved. – camickr Feb 18 '15 at 15:56