print_status = getPrintStatus( shade_topo );
strbuf.append( "\n" + CategoryWeight.getPrintTitle(print_status) );
twgts = shade.arrayOfCategoryWeights();
for ( idx = 0; idx < twgts.length; idx++ ) {
twgt = twgts[ idx ];
twgt_str = twgt.toInfoBoxString( print_status );
if ( twgt.getCategory().equals( type ) ) {
twgt_str += " <---";
if ( num_cols < twgt_str.length() + 6 )
num_cols = twgt_str.length() + 6;
}