posted 15 years ago
Hi
I'm trying to load a image to JLabel and I get the below compilation error.
ImageD.java:65: cannot find symbol
symbol : method ImageIcon(java.awt.image.BufferedImage)
location: class ImageExtracter.ImageD
myimage = ImageIcon(image);
^
The code is as below:
I checked the documentation and couldn't find anything there. Please help.