1  /*
     2   Copyright aswing.org, see the LICENCE.txt.
     3  */
     4   
     5  import org.aswing.plaf.*; 
     6   
     7  /**
     8   * Pluggable look and feel interface for JViewport.
     9   * 
    10   * @author iiley
    11   */
    12  class org.aswing.plaf.ViewportUI extends ComponentUI{
    13  }
    14