/* Browse the specified class or the class of the specified object. */ browseClassName(String classname) { if ( bsh.classbrowser == void ) { classBrowser(); } bsh.classbrowser.toFront(); bsh.classbrowser.driveToClass( classname ); }