JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED :
attribValueLwr.equals( "always" ) ?
JScrollPane.HORIZONTAL_SCROLLBAR_ALWAYS : JScrollPane.HORIZONTAL_SCROLLBAR_NEVER );
}
else if ( attribNameLwr.equals( "style" )) {
XStyle style = XProjectManager.getStyleManager().getStyle( (String)attribValue );
getViewport().setBackground( style.getStyleAsColor( XStyle.COLOR_BACK ) );
}
else if ( attribNameLwr.equals( "opaque" )) {
setOpaque( attribValue.equals("true"));
getViewport().setOpaque( attribValue.equals( "true" ));
this.setBorder( new EmptyBorder( 0, 0, 0, 0 ));