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