1 /*2 * @(#)InternalFrameUI.java 1.14 03/12/193 *4 * Copyright 2004 Sun Microsystems, Inc. All rights reserved.5 * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.6 */7 8 package javax.swing.plaf;9 10 /**11 * Pluggable look and feel interface for JInternalFrame.12 * 13 * @version 1.14 12/19/0314 * @author David Kloba15 */16 public abstract class InternalFrameUI extends ComponentUI {17 }18 19