1  /*
     2   Copyright aswing.org, see the LICENCE.txt.
     3  */
     4   
     5  import org.aswing.plaf.ComponentUI;
     6  
     7  /**
     8   * Pluggable look and feel interface for ProgressBar.
     9   * @author iiley
    10   */
    11  class org.aswing.plaf.ProgressBarUI extends ComponentUI {
    12  	
    13  	public function ProgressBarUI() {
    14  		super();
    15  	}
    16  
    17  }
    18