Copyright (c) Xoetrope Ltd., 2002-2006
$Revision: 1.2 $
License: see License.txt
261262263264265266267268269270271
* Apply a style to the component * @param the style string */ public void applyStyle( String styleStr ) { style = new XHtmlStyle( null ); style.parse( styleStr ); Color c = style.getForeground( false ); if ( c != null ) comp.setForeground( c );