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 JToolTip. 8 * @author iiley 9 */ 10 class org.aswing.plaf.ToolTipUI extends ComponentUI { 11 12 public function ToolTipUI() { 13 super(); 14 } 15 16 } 17