How do you rezize an ImageIcon?
Let´s say we have a ImageIcon we want to display on a screen. But the ImageIcon is too big so we cannot see the whole picture. Then it would be desirable to be able to rezize the ImageIcon to a specific width and height, with the intention of making the displayed ImageIcon smaller so we can see the whole image on the screen. Any idea how this could be done in java?