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 JScrollBar.
     9   *
    10   * @author iiley
    11   */
    12  class org.aswing.plaf.ScrollBarUI extends ComponentUI{
    13  }
    14