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