// list.setOpaque ( false );
final ListUI listUI = list.getUI ();
if ( listUI instanceof WebListUI )
{
final WebListUI webListUI = ( WebListUI ) listUI;
webListUI.setHighlightRolloverCell ( false );
webListUI.setDecorateSelection ( false );
}
return list;
}