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