FileDocCategorySizeDatePackage
InternalFrameUI.javaAPI DocJava SE 5 API389Fri Aug 26 14:58:02 BST 2005javax.swing.plaf

InternalFrameUI.java

/*
 * @(#)InternalFrameUI.java	1.14 03/12/19
 *
 * Copyright 2004 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 JInternalFrame.
 * 
 * @version 1.14 12/19/03
 * @author David Kloba
 */
public abstract class InternalFrameUI extends ComponentUI {
}