|
-
October 6th, 2003, 04:47 PM
#1
Creating an Image Icon With a .bmp Image
Does anyone know how to create an ImageIcon object with a bitmp image file. For instance, with a gif image, I can create an Image Icon thus
URL url = getClass().getResource("any.gif");
ImageIcon icon = new ImageIcon(url);
Now when I have a bitmap file called any.bmp I canot do the same as above. Why ??
Thanks
Melody
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|