org.oddjob.images
Class ImageIconStable
java.lang.Object
javax.swing.ImageIcon
org.oddjob.images.ImageIconStable
- All Implemented Interfaces:
- Serializable, Accessible, Icon
public class ImageIconStable
- extends ImageIcon
Provide stable serialization for ImageIcon. Required because
serialization changed in Java 6 U26, thus causing Oddjob clients
and server on version either side of this to fail.
- See Also:
- Serialized Form
- Author:
- rob
Methods inherited from class javax.swing.ImageIcon |
getAccessibleContext, getDescription, getIconHeight, getIconWidth, getImage, getImageLoadStatus, getImageObserver, loadImage, paintIcon, setDescription, setImage, setImageObserver, toString |
ImageIconStable
public ImageIconStable(URL location,
String description)
ImageIconStable
public ImageIconStable(Image image,
String description)