- /*
- * @(#)DesktopIconUI.java 1.10 03/01/23
- *
- * Copyright 2003 Sun Microsystems, Inc. All rights reserved.
- * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
- */
- package javax.swing.plaf;
- /**
- * Pluggable look and feel interface for JDesktopIcon.
- *
- * @version 1.10 01/23/03
- * @author David Kloba
- */
- public abstract class DesktopIconUI extends ComponentUI {
- }