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

ViewportUI.java

/*
 * @(#)ViewportUI.java	1.8 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 JViewport.
 *
 * @version 1.1 05/01/98
 * @author Rich Schiavi
 */
public abstract class ViewportUI extends ComponentUI {
}