1 /*2 * @(#)ViewportUI.java 1.8 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 /**12 * Pluggable look and feel interface for JViewport.13 *14 * @version 1.1 05/01/9815 * @author Rich Schiavi16 */17 public abstract class ViewportUI extends ComponentUI {18 }19 20