7576777879808182838485
p = this; // Creates, manages, and renders trees. trees = new TreeManager(this); // Creates and manages UI elements. ui = new PhyloUI(this); treeUpdater = new PWTreeUpdater(); clipUpdater = new PWClipUpdater(); ui.setup(); trees.setup();