in netbeans 6.8 how do you insert an image and change the size of it? i have tried to insert an image into a label. this allows me to change the size of the label but not the size of the image.
thanks
You might use the getScaledInstance()
method of class Image
.