< prev index next >
src/java.desktop/share/classes/sun/swing/ImageIconUIResource.java
Print this page
*** 28,38 ****
import javax.swing.ImageIcon;
import javax.swing.plaf.UIResource;
import java.awt.Image;
/**
! * A subclass of <code>ImageIcon</code> that implements UIResource.
*
* @author Shannon Hickey
*
*/
@SuppressWarnings("serial") // JDK-implementation class
--- 28,38 ----
import javax.swing.ImageIcon;
import javax.swing.plaf.UIResource;
import java.awt.Image;
/**
! * A subclass of {@code ImageIcon} that implements UIResource.
*
* @author Shannon Hickey
*
*/
@SuppressWarnings("serial") // JDK-implementation class
< prev index next >