1. /*
  2. * @(#)ViewportUI.java 1.4 01/11/29
  3. *
  4. * Copyright 2002 Sun Microsystems, Inc. All rights reserved.
  5. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  6. */
  7. package javax.swing.plaf;
  8. /**
  9. * Pluggable look and feel interface for JViewport.
  10. *
  11. * @version 1.1 05/01/98
  12. * @author Rich Schiavi
  13. */
  14. public abstract class ViewportUI extends ComponentUI {
  15. }