3536373839404142
/** * Constructor. * @param name Name of the tree. */ public DocumentTree(String name) { super(new RootPath(name)); getTree().addMouseListener(new TreeMouseListener()); }