aspose file tools
The moose likes Swing / AWT / SWT and the fly likes ImageIcon not working Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "ImageIcon not working" Watch "ImageIcon not working" New topic
Author

ImageIcon not working

John Eipe
Ranch Hand

Joined: May 23, 2008
Posts: 205
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.


www.cs-repository.info
Rob Camick
Ranch Hand

Joined: Jun 13, 2009
Posts: 1791
    
    2
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: ImageIcon not working
 
Similar Threads
how to open picture in JPanel
display image selected by Jfilechooser on the content pane of the frame
How to get this attached design using Layout Managers - sans GroupLayout
Saving an input.
Using a FileChooser to get and display an image