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