320321322323324325326327328329330
} Drawable prime_parent; prime_parent = prime.getParent(); if ( prime_parent != null ) { info_str = prime_parent.toInfoBoxString().trim(); if ( info_str.length() > 0 ) { strbuf.append( "\n" + info_str ); num_rows++; } }
413414415416417418419420421422423
} Drawable cmplx_parent; cmplx_parent = cmplx.getParent(); if ( cmplx_parent != null ) { info_str = cmplx_parent.toInfoBoxString().trim(); if ( info_str.length() > 0 ) { strbuf.append( "\n" + info_str ); num_rows++; } }