Generated by
JDiff

Class javax.swing.ImageIcon

Added interface javax.accessibility.Accessible.
Documentation changed from old to new.

Changed Constructors
ImageIcon(byte[]) Documentation changed from old to new.
Creates an ImageIcon from an array of bytes which were read from an image file containing a supported image format such as GIF or JPEG.
ImageIcon(Image) Documentation changed from old to new.
Creates an ImageIcon from an image object.
ImageIcon(String) Documentation changed from old to new.
Creates an ImageIcon from the specified file.
ImageIcon(URL) Documentation changed from old to new.
Creates an ImageIcon from the specified URL.
ImageIcon(URL, String) Documentation changed from old to new.
Creates an ImageIcon from the specified URL.
 

Added Methods
AccessibleContext getAccessibleContext() Gets the AccessibleContext associated with this ImageIcon.
 

Changed Methods
String getDescription() Documentation changed from old to new.
Gets the description of the image.
int getIconHeight() Documentation changed from old to new.
Gets the height of the icon.
int getIconWidth() Documentation changed from old to new.
Gets the width of the icon.
Image getImage() Documentation changed from old to new.
Returns this icon's Image.
int getImageLoadStatus() Documentation changed from old to new.
Returns the status of the image loading operation.
ImageObserver getImageObserver() Documentation changed from old to new.
Returns the image observer for the image.
void loadImage(Image) Documentation changed from old to new.
Loads the image returning only when the image is loaded.
void paintIcon(Component, Graphics, int, int) Documentation changed from old to new.
Paints the icon.
void setDescription(String) Documentation changed from old to new.
Sets the description of the image.
void setImage(Image) Documentation changed from old to new.
Sets the image displayed by this icon.
void setImageObserver(ImageObserver) Documentation changed from old to new.
Sets the image observer for the image.
String toString() Documentation changed from old to new.
Method was inherited from Object, but is now defined locally.
Returns a string representation of this image.