Hi everyone,
I am stuck on a JAVA problem again.
I want to figure out how to do a ImageIcon resize.
Here is my following code:
ImageIcon imageClickForMovies = new ImageIcon("clickForMovies1.GIF"); JButton buttonClickForMovies = new JButton(imageClickForMovies);
If anyone can explain to me how to resize the ImageIcon and the Jbutton, that would be great. By the way, I am a very simple-minded person. So, please explain instructions carefully, so that it is in an understandable manner for me.
- Nathe